diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-31 07:58:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-31 07:58:36 (GMT) |
commit | 3dc33d18452de871cff98914dda81ff00b4d00f6 (patch) | |
tree | db6b1db8f12e688ecfa32e2d8908c20a5ce18037 /Tools/buildbot | |
parent | 39cf04b7bb84122d263c6e3738cf67bccda72e63 (diff) | |
download | cpython-3dc33d18452de871cff98914dda81ff00b4d00f6.zip cpython-3dc33d18452de871cff98914dda81ff00b4d00f6.tar.gz cpython-3dc33d18452de871cff98914dda81ff00b4d00f6.tar.bz2 |
Revert 57722. Move error dialog APIs to msvcrt instead,
add -n option to regrtest, and use it on the buildbot.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 28456b3..51569d2 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -set PYTHONNOERRORWINDOW=1 -call rt.bat -d -q -uall -rw +call rt.bat -d -q -uall -rw -n |