diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-14 23:25:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-14 23:25:36 (GMT) |
commit | f609a3dc1830bab171742cffa95dac289b48d9c2 (patch) | |
tree | 8dba4f0b99607e9b39e7b3f8ac477923bca00558 | |
parent | 81f90710b33f88bec784c651b399f6c5b773d133 (diff) | |
download | cpython-f609a3dc1830bab171742cffa95dac289b48d9c2.zip cpython-f609a3dc1830bab171742cffa95dac289b48d9c2.tar.gz cpython-f609a3dc1830bab171742cffa95dac289b48d9c2.tar.bz2 |
Backed out changeset 81abb121dc65
-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 5d95d51..a3a3579 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,3 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -d -v -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9 +call rt.bat -d -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9 |