Add the cwd to PATH for running the unittest Foundation ProcessTest

This commit is contained in:
Francis ANDRE
2018-10-11 19:48:27 +02:00
parent 18ad913bb4
commit 993f9b7bce

View File

@@ -86,7 +86,7 @@ do
echo "" echo ""
runs=`expr $runs + 1` runs=`expr $runs + 1`
sh -c "cd $POCO_BUILD/$comp/testsuite/$BINDIR && LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH $TESTRUNNER $TESTRUNNERARGS" sh -c "cd $POCO_BUILD/$comp/testsuite/$BINDIR && PATH=.:$PATH && LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH $TESTRUNNER $TESTRUNNERARGS"
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
failures=`expr $failures + 1` failures=`expr $failures + 1`
failedTests="$failedTests $comp" failedTests="$failedTests $comp"