diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-08 16:06:17 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-08 16:06:17 (GMT) |
commit | 3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6 (patch) | |
tree | f234de27e8d5aa41d00fec803bf17ceff92393eb /Tools/buildbot | |
parent | 12ee7448f85db38bbf0a9eb3fce873774bd9426d (diff) | |
download | cpython-3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6.zip cpython-3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6.tar.gz cpython-3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6.tar.bz2 |
Removes deprecated -n option from buildbot script.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index d1f5f52..ff7d167 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
echo on
-call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW -n --timeout=3600 %regrtest_args%
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%
|