mirror of https://github.com/python/cpython
Regrtest option "-n" doesn't exist in 2.7.
This commit is contained in:
parent
cf807c04a3
commit
8c368efa55
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue