Skip to content

Commit b7778b4

Browse files
committed
fixed testsuite output
1 parent 0dc6a9c commit b7778b4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build/script/runtests.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rem
1414
setlocal EnableDelayedExpansion
1515

1616
set TESTRUNNER=TestSuite.exe
17-
set TESTRUNNERARGS=/B
17+
set TESTRUNNERARGS=/B:TestSuite.out
1818

1919
set runs=0
2020
set failures=0
@@ -49,6 +49,9 @@ for /f %%C in ('findstr /R "." components') do (
4949
set failedTests=!failedTests! %%C
5050
set status=1
5151
)
52+
if exists TestSuite.out (
53+
type TestSuite.out
54+
)
5255
cd !dir!
5356
)
5457
)

0 commit comments

Comments
 (0)