Skip to content

Commit dd7d206

Browse files
committed
fixed bug in cmd script
1 parent 8841008 commit dd7d206

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/runcitests.cmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ set _HadFailures=0
129129
:: ============================================================================
130130
:runTests
131131

132-
call :do %_TestDir%\runtests.cmd -%1%2 %* -quiet -cleanupall -binDir %_StagingDir%\bin
132+
arch=%1
133+
build=%2
134+
shift
135+
shift
136+
call :do %_TestDir%\runtests.cmd -%arch%build %* -quiet -cleanupall -binDir %_StagingDir%\bin
133137

134138
if "%_error%" NEQ "0" (
135139
echo -- runcitests.cmd ^>^> runtests.cmd failed

0 commit comments

Comments
 (0)