[Python-checkins] cpython: Show regrtest env changed warn on Windows buildbot

victor.stinner python-checkins at python.org
Sat Sep 10 04:07:52 EDT 2016


https://hg.python.org/cpython/rev/491bbba73bca
changeset: 103560:491bbba73bca
user: Victor Stinner <victor.stinner at gmail.com>
date: Sat Sep 10 04:07:38 2016 -0400
summary:
 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.
files:
 Tools/buildbot/test.bat | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -3,7 +3,7 @@
 setlocal
 
 set here=%~dp0
-set rt_opts=-q -d
+set rt_opts=-d
 set regrtest_args=-j1
 
 :CheckOpts
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /