diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 13:55:15 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 13:55:15 (GMT) |
commit | d07b66b817dab9fb90e6b8af84cdbe983b7d2d29 (patch) | |
tree | 9422a39efad76acd595e234d84ac430069017975 /Tools/buildbot | |
parent | fd13c0fa01a439bc9e6fc91d74639afae09d5e26 (diff) | |
download | cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.zip cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.tar.gz cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.tar.bz2 |
Backed out changeset 491bbba73bca
This change didn't have the intended effect.
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 c5a9b00..7bc4de5 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -3,7 +3,7 @@ rem Used by the buildbot "test" step. setlocal
set here=%~dp0
-set rt_opts=-d
+set rt_opts=-q -d
set regrtest_args=-j1
:CheckOpts
|