diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-03-31 22:42:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-03-31 22:42:41 (GMT) |
commit | 369bc0f950aefbe856764f1df3be2ccbdc9c846d (patch) | |
tree | 37e74a8ebd5a3cdb3fd6c3b63e79caa6964c8c1a | |
parent | b2e36f1df7cbc06134464bfcc1e48936e80e91fa (diff) | |
download | cpython-369bc0f950aefbe856764f1df3be2ccbdc9c846d.zip cpython-369bc0f950aefbe856764f1df3be2ccbdc9c846d.tar.gz cpython-369bc0f950aefbe856764f1df3be2ccbdc9c846d.tar.bz2 |
Readd -n.
-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 fca0dca..7879046 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
+call rt.bat -d -q -uall -rw -n
|