From: Antoine Pitrou Date: Wed, 27 Jun 2012 16:23:40 +0000 (+0200) Subject: Regrtest option "-n" doesn't exist in 2.7. X-Git-Tag: v2.7.4rc1~740 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c368efa5560f748587d68bb8bf8da34f8caaaa6;p=thirdparty%2FPython%2Fcpython.git Regrtest option "-n" doesn't exist in 2.7. --- diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 1bf124cd9215..0003761252dd 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 4f4c6aa9e1f1..a3a3579295e3 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