[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:00 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=787c17a

The following commit has been merged in the master branch:
commit 787c17a8ecd7f561daf018dcce93a0b938b52efe
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Dec 9 11:53:43 2015 +0000

    #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 2362ebe..0bb41df 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!

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list