mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 11:38:08 +00:00
fixed testsuite output
This commit is contained in:
@@ -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!
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user