Skip to content

Commit e103aac

Browse files
committed
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.
1 parent 8f9cafa commit e103aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/buildbot/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rem Used by the buildbot "test" step.
33
setlocal
44

55
set here=%~dp0
6-
set rt_opts=-q -d
6+
set rt_opts=-d
77
set regrtest_args=-j1
88

99
:CheckOpts

0 commit comments

Comments
 (0)