]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Show regrtest env changed warn on Windows buildbot
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 08:07:38 +0000 (04:07 -0400)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 08:07:38 +0000 (04:07 -0400)
Issue #27829: don't pass --quiet option to regrtest to see
"Warning -- xxx was modified by ..." warnings.

Tools/buildbot/test.bat

index 7bc4de502fc3e94b27fdb7f98f02d24b01749327..c5a9b00ce8c4aa01cb334bdc72e23df386fcfcc4 100644 (file)
@@ -3,7 +3,7 @@ rem Used by the buildbot "test" step.
 setlocal\r
 \r
 set here=%~dp0\r
-set rt_opts=-q -d\r
+set rt_opts=-d\r
 set regrtest_args=-j1\r
 \r
 :CheckOpts\r