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