[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:01 UTC 2017


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

The following commit has been merged in the master branch:
commit 57fb67ec3345b4b1bc73515b9d6fdcf42627bf8f
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Dec 9 13:38:46 2015 +0000

    #1041  Get jenkins_daily.sh to run test suite.  I'm making hard work from a simple task.
---
 jenkins_daily.sh | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 850f1c2..36db774 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -43,9 +43,31 @@ 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 test in addmoddel.sh \
+        bugfixes-test.sh     \
+        exifdata-test.sh     \
+        exiv2-test.sh        \
+        imagetest.sh         \
+        iotest.sh            \
+        iptctest.sh          \
+        modify-test.sh       \
+        path-test.sh         \
+        preview-test.sh      \
+        stringto-test.sh     \
+        tiff-test.sh         \
+        write-test.sh        \
+        write2-test.sh       \
+        xmpparser-test.sh    \
+        conversions.sh
+    do
+      echo '++' $test '++' ; ./$test
+    done
 popd
+
 $EXIV2_BINDIR/exiv2 -vV
+ls -alt $EXIV2_BINDIR
+$EXIV2_BINDIR/exiv2 -vV -g date -g time -g version
+ls -alt $EXIV2_BINDIR/exiv2.exe
 
 exit $result
 # That's all Folks!

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list