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.
This commit is contained in:
Victor Stinner 2016-09-10 04:07:38 -04:00
parent 8f9cafad3d
commit e103aaca67
1 changed files with 1 additions and 1 deletions

View File

@ -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