diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 08:55:15 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 08:55:15 -0500 |
commit | d07b66b817dab9fb90e6b8af84cdbe983b7d2d29 (patch) | |
tree | 9422a39efad76acd595e234d84ac430069017975 /Tools | |
parent | One more spelling fix (diff) | |
download | cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.tar.gz cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.tar.bz2 cpython-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.zip |
Backed out changeset 491bbba73bca
This change didn't have the intended effect.
Diffstat (limited to 'Tools')
-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 c5a9b00ce8c..7bc4de502fc 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
|