mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
fixed testsuite output
This commit is contained in:
parent
0dc6a9ca3c
commit
b7778b4fe0
@ -14,7 +14,7 @@ rem
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
set TESTRUNNER=TestSuite.exe
|
||||
set TESTRUNNERARGS=/B
|
||||
set TESTRUNNERARGS=/B:TestSuite.out
|
||||
|
||||
set runs=0
|
||||
set failures=0
|
||||
@ -49,6 +49,9 @@ for /f %%C in ('findstr /R "." components') do (
|
||||
set failedTests=!failedTests! %%C
|
||||
set status=1
|
||||
)
|
||||
if exists TestSuite.out (
|
||||
type TestSuite.out
|
||||
)
|
||||
cd !dir!
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user