Browse Source

Allow passing extra testing options to the buildbot test scripts

pull/2332/head
Antoine Pitrou 14 years ago
parent
commit
3a121561b7
  1. 2
      Tools/buildbot/test-amd64.bat
  2. 2
      Tools/buildbot/test.bat

2
Tools/buildbot/test-amd64.bat

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

2
Tools/buildbot/test.bat

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