summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-27 16:23:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-27 16:23:40 (GMT)
commit8c368efa5560f748587d68bb8bf8da34f8caaaa6 (patch)
treeb6963e44e3352357221347838e648c51de680cff
parentcf807c04a36821ff3288dfd16927d28236e60238 (diff)
downloadcpython-8c368efa5560f748587d68bb8bf8da34f8caaaa6.zip
cpython-8c368efa5560f748587d68bb8bf8da34f8caaaa6.tar.gz
cpython-8c368efa5560f748587d68bb8bf8da34f8caaaa6.tar.bz2
Regrtest option "-n" doesn't exist in 2.7.
-rw-r--r--Tools/buildbot/test-amd64.bat2
-rw-r--r--Tools/buildbot/test.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
index 1bf124c..0003761 100644
--- a/Tools/buildbot/test-amd64.bat
+++ b/Tools/buildbot/test-amd64.bat
@@ -1,3 +1,3 @@
@rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -q -x64 -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 4f4c6aa..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 -q -uall -rwW -n %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