Skip to content

Commit 8c368ef

Browse files
committed
Regrtest option "-n" doesn't exist in 2.7.
1 parent cf807c0 commit 8c368ef

2 files changed

Lines changed: 2 additions & 2 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 -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
3+
call rt.bat -d -q -x64 -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9

Tools/buildbot/test.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 -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
3+
call rt.bat -d -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)