From 787c17a8ecd7f561daf018dcce93a0b938b52efe Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 9 Dec 2015 11:53:43 +0000 Subject: [PATCH] #1041: Still trying to get test suite to run after build. --- jenkins_daily.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jenkins_daily.sh b/jenkins_daily.sh index 2362ebef..0bb41dfb 100755 --- a/jenkins_daily.sh +++ b/jenkins_daily.sh @@ -42,7 +42,10 @@ mkdir -p $build ## # test the build export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin -make tests +pushd test + for t in $(ls *.sh|sort); do $i ; done +popd +$EXIV_BINDIR/exiv2 -vV exit $result # That's all Folks!