diff --git a/jenkins_daily.sh b/jenkins_daily.sh index 8b408cea..7d2264d4 100755 --- a/jenkins_daily.sh +++ b/jenkins_daily.sh @@ -22,6 +22,7 @@ if [ "$PLATFORM" == "msvc" ]; then exe=.exe bin='' else + PATH="/usr/local/bin:$PATH" exiv2=$PWD build=$PWD/build dist=$PWD/build/dist/$PLATFORM @@ -79,7 +80,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then xmpparser-test.sh \ conversions.sh do - echo '++' $test '++' ; ./$test + echo '++' $test '++' ; ./$test done popd @@ -135,6 +136,9 @@ if [ -e $dist/$bin/exiv2$exe ]; then if [ "$dom" == "1" ]; then cp $b $monly; fi echo '***' build = $b '***' + else + echo '***' jenkins publish directory does not exist ${jpubl} '***" + result=2 fi else echo ""