diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-14 02:25:43 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-14 02:25:43 (GMT) |
commit | 39f34aa1f3c1f02d72ec28d0d177834e22dfc89b (patch) | |
tree | b438b2570adf3e719c05babfb570d9b0c2bdaa3b /Tools/buildbot | |
parent | 3fc969a4a26f0bd94f1412b45da5e8cf3c6eaf1e (diff) | |
download | cpython-39f34aa1f3c1f02d72ec28d0d177834e22dfc89b.zip cpython-39f34aa1f3c1f02d72ec28d0d177834e22dfc89b.tar.gz cpython-39f34aa1f3c1f02d72ec28d0d177834e22dfc89b.tar.bz2 |
Turn on regrtest -W (rerun immediately) option for Windows, too.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 7879046..d9abc1b 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,4 @@ @rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rw -n
+call rt.bat -d -q -uall -rwW -n
|