Browse Source

Merge buildbot script changes

pull/2332/head
Antoine Pitrou 14 years ago
parent
commit
932f5be6c5
  1. 2
      Tools/buildbot/test-amd64.bat
  2. 3
      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 -d -q -x64 -uall -rwW -n
call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9

3
Tools/buildbot/test.bat

@ -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
Loading…
Cancel
Save