mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
minor fix
This commit is contained in:
parent
0d464a245f
commit
32b5fc0f6b
@ -51,7 +51,7 @@ do
|
||||
runs=`expr $runs + 1`
|
||||
sh -c "cd $POCO_BASE/$comp/testsuite/$BINDIR && $TESTRUNNER $TESTRUNNERARGS"
|
||||
if [ $? -ne 0 ] ; then
|
||||
failues=`expr $failures + 1`
|
||||
failures=`expr $failures + 1`
|
||||
failedTests="$failedTests $comp"
|
||||
status=1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user