summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-10 08:55:15 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-09-10 08:55:15 -0500
commit74c2f65925ad200448818a8557efc368b3a08074 (patch)
treefd6204cae8bf8efda3651ba3d8b0cb81cfe790f7 /Tools
parent0be0d50077ae8db936d1d5f8720683c6d76afb6f (diff)
downloadcpython-74c2f65925ad200448818a8557efc368b3a08074.tar.gz
Backed out changeset 491bbba73bca
This change didn't have the intended effect.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index c5a9b00ce8..7bc4de502f 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