From: Zachary Ware Date: Sat, 10 Sep 2016 13:55:15 +0000 (-0500) Subject: Backed out changeset 491bbba73bca X-Git-Tag: v3.6.0b1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d07b66b817dab9fb90e6b8af84cdbe983b7d2d29;p=thirdparty%2FPython%2Fcpython.git Backed out changeset 491bbba73bca This change didn't have the intended effect. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index c5a9b00ce8c4..7bc4de502fc3 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