[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=a140402
The following commit has been merged in the master branch:
commit a140402e17ab851e9ab7ce72aa7b690635528611
Author: Robin Mills <robin at clanmills.com>
Date: Wed Dec 9 12:21:32 2015 +0000
#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 0bb41df..850f1c2 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!
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list