[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:30 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0b607f9
The following commit has been merged in the master branch:
commit 0b607f9981a92e84cc5ff3469873e5cae06c91dd
Author: Robin Mills <robin at clanmills.com>
Date: Sat Nov 3 00:57:44 2012 +0000
Change to test script to make it easier to run testv/teste etc
---
test/testMSVC.sh | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/test/testMSVC.sh b/test/testMSVC.sh
index a121774..eccfdd3 100755
--- a/test/testMSVC.sh
+++ b/test/testMSVC.sh
@@ -1,15 +1,16 @@
#!/bin/bash
msvc=$1
-dryrun=$2
+test=$2
+home=$(dirname $0)
if [ -z $msvc ]; then
- echo usage: $0 \<path-to-msvc-bin\> [dryrun]
+ echo usage: $0 \<path-to-msvc-bin\> [test]
exit
fi
-if [ ! -z $dryrun ]; then
- dryrun=echo
+if [ -z $test ]; then
+ test=tests
fi
for d in $(find "$msvc" -name exiv2.exe -exec dirname {} ";"); do
@@ -22,7 +23,10 @@ for d in $(find "$msvc" -name exiv2.exe -exec dirname {} ";"); do
echo $bar $d $bar
echo $bar $(cygpath -aw "$msvc") $bar
echo $Bar
- $dryrun make test
+ (
+ cd "$home/.."
+ make $test
+ )
done
# That's all Folks!
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list