Skip to content

Commit d0bb9c6

Browse files
committed
Allow passing extra testing options to the buildbot test scripts
1 parent 79035bd commit d0bb9c6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Tools/buildbot/test-amd64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@rem Used by the buildbot "test" step.
22
cd PCbuild
3-
call rt.bat -q -d -x64 -uall -rw
3+
call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9

Tools/buildbot/test.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@rem Used by the buildbot "test" step.
22
cd PCbuild
3-
call rt.bat -d -q -uall -rwW -n
4-
3+
call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)