From a140402e17ab851e9ab7ce72aa7b690635528611 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 9 Dec 2015 12:21:32 +0000 Subject: [PATCH] #1041 Still trying to get the tests to run. Gggrrr. Windows10+Cygwin don't like each other. --- jenkins_daily.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins_daily.sh b/jenkins_daily.sh index 0bb41dfb..850f1c2f 100755 --- a/jenkins_daily.sh +++ b/jenkins_daily.sh @@ -43,9 +43,9 @@ mkdir -p $build # test the build export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin pushd test - for t in $(ls *.sh|sort); do $i ; done + for t in $(ls *.sh|sort); do ./$i ; done popd -$EXIV_BINDIR/exiv2 -vV +$EXIV2_BINDIR/exiv2 -vV exit $result # That's all Folks!