mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
run testsuite from testsuite project directory, not bin
This commit is contained in:
parent
1b2d9c5172
commit
70c467c56c
@ -47,8 +47,8 @@ for /f %%C in ('findstr /R "." components') do (
|
||||
|
||||
set /a runs=!runs! + 1
|
||||
set dir=%CD%
|
||||
cd %%C\testsuite\%BINDIR%
|
||||
%TESTRUNNER% %TESTRUNNERARGS%
|
||||
cd %%C\testsuite
|
||||
%BINDIR%\%TESTRUNNER% %TESTRUNNERARGS%
|
||||
if !ERRORLEVEL! neq 0 (
|
||||
set /a failures=!failures! + 1
|
||||
set failedTests=!failedTests! %%C
|
||||
|
Loading…
Reference in New Issue
Block a user