From a149aa88446b19fe01aacaa5d086854626a8798d Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 28 Dec 2014 17:54:04 +0000 Subject: [PATCH] trunk: webready integration. tweaks to execute the correct version of exiv2.exe -vV at end of tests. --- jenkins_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins_build.sh b/jenkins_build.sh index cb5e6138..82b99ba9 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -150,7 +150,7 @@ case "$build" in make -j4 samples "CXXFLAGS=-I${PWD}/usr/include -I${PWD}/src" "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs -lexiv2" result=$? run_tests - exiv2 -v -V + "$PWD/usr/bin/exiv2" -v -V ;; CYGW) @@ -165,7 +165,7 @@ case "$build" in make install make -j4 samples run_tests - exiv2 -v -V + /usr/local/bin/exiv2 -v -V ;; MING)