From: Victor Stinner Date: Sat, 10 Sep 2016 08:07:38 +0000 (-0400) Subject: Show regrtest env changed warn on Windows buildbot X-Git-Tag: v3.6.0b1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e103aaca67be8316cd64c5d0aa9c54ba55f15b93;p=thirdparty%2FPython%2Fcpython.git Show regrtest env changed warn on Windows buildbot Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 7bc4de502fc3..c5a9b00ce8c4 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=-q -d +set rt_opts=-d set regrtest_args=-j1 :CheckOpts