diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 14:57:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 14:57:25 (GMT) |
commit | 945362cf971fb2e10f8f2a8e71e8ff10516ebe4c (patch) | |
tree | 3621d77cbecf1901cfa6baabf3e292e54aeb3e98 /Tools | |
parent | ef0f129133eb0668879af219748dbe0e9242ee5d (diff) | |
download | cpython-945362cf971fb2e10f8f2a8e71e8ff10516ebe4c.zip cpython-945362cf971fb2e10f8f2a8e71e8ff10516ebe4c.tar.gz cpython-945362cf971fb2e10f8f2a8e71e8ff10516ebe4c.tar.bz2 |
Implement PYTHONNOERRORWINDOW.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index c8b1937..28456b3 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,3 +1,4 @@ @rem Used by the buildbot "test" step. cd PCbuild +set PYTHONNOERRORWINDOW=1 call rt.bat -d -q -uall -rw |