Allow passing extra testing options to the buildbot test scripts

This commit is contained in:
Antoine Pitrou 2012-06-27 17:27:21 +02:00
parent 79035bd71f
commit d0bb9c6386
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
@rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -q -d -x64 -uall -rw
call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9

View File

@ -1,4 +1,3 @@
@rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -d -q -uall -rwW -n
call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9