summaryrefslogtreecommitdiff
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
commitd07b66b817dab9fb90e6b8af84cdbe983b7d2d29 (patch)
tree9422a39efad76acd595e234d84ac430069017975
parentfd13c0fa01a439bc9e6fc91d74639afae09d5e26 (diff)
downloadcpython-git-d07b66b817dab9fb90e6b8af84cdbe983b7d2d29.tar.gz
Backed out changeset 491bbba73bca
This change didn't have the intended effect.
-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