Regrtest option "-n" doesn't exist in 2.7.

This commit is contained in:
Antoine Pitrou 2012-06-27 18:23:40 +02:00
parent cf807c04a3
commit 8c368efa55
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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