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