mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 14:24:35 +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…
x
Reference in New Issue
Block a user