projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ee744
)
Removes deprecated -n option from buildbot script.
author
Steve Dower
<steve.dower@microsoft.com>
Thu, 8 Oct 2015 16:06:17 +0000
(09:06 -0700)
committer
Steve Dower
<steve.dower@microsoft.com>
Thu, 8 Oct 2015 16:06:17 +0000
(09:06 -0700)
Tools/buildbot/test.bat
patch
|
blob
|
history
diff --git
a/Tools/buildbot/test.bat
b/Tools/buildbot/test.bat
index d1f5f521ba1df5263703f35cf95a3e2e97ffa793..ff7d167e6a7b2531674b60474e38caa5fbe34a70 100644
(file)
--- 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
\r
\r
echo on
\r
-call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW -
n -
-timeout=3600 %regrtest_args%
\r
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%
\r