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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:19 UTC 2017


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

The following commit has been merged in the master branch:
commit b9d4e130737fbea8cb7de88b400a2432b9a3f5de
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Nov 30 15:34:22 2005 +0000

    Added VALGRIND variable to test scripts
---
 test/addmoddel.sh      | 2 +-
 test/bugfixes-test.sh  | 2 +-
 test/exifdata-test.sh  | 2 +-
 test/exiv2-test.sh     | 2 +-
 test/ifd-test.sh       | 2 +-
 test/imagetest.sh      | 2 +-
 test/iotest.sh         | 2 +-
 test/iptctest.sh       | 2 +-
 test/makernote-test.sh | 2 +-
 test/modify-test.sh    | 2 +-
 test/path-test.sh      | 2 +-
 test/write-test.sh     | 2 +-
 test/write2-test.sh    | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/test/addmoddel.sh b/test/addmoddel.sh
index 1b24f88..34577d6 100755
--- a/test/addmoddel.sh
+++ b/test/addmoddel.sh
@@ -12,7 +12,7 @@ fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cp -f ./data/exiv2-empty.jpg ./tmp
 cd ./tmp
 $binpath/addmoddel exiv2-empty.jpg
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index c1207fc..ac697e6 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -22,7 +22,7 @@ prep_file()
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cd ./tmp
 
 num=426
diff --git a/test/exifdata-test.sh b/test/exifdata-test.sh
index 601f892..9cc4c5d 100755
--- a/test/exifdata-test.sh
+++ b/test/exifdata-test.sh
@@ -12,7 +12,7 @@ fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cp -f ./data/exiv2-gc.jpg ./tmp
 cp -f ./data/exiv2-canon-powershot-s40.jpg ./tmp
 cp -f ./data/exiv2-nikon-d70.jpg ./tmp
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index c29c814..6e3375d 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -2,7 +2,7 @@
 # Test driver for exiv2 utility tests
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-exiv2="../../src/exiv2"
+exiv2="$VALGRIND ../../src/exiv2"
 results="./tmp/exiv2-test.out"
 good="./data/exiv2-test.out"
 diffargs="--strip-trailing-cr"
diff --git a/test/ifd-test.sh b/test/ifd-test.sh
index e4cb113..f25fb67 100755
--- a/test/ifd-test.sh
+++ b/test/ifd-test.sh
@@ -12,7 +12,7 @@ fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath=" $VALGRIND ../../src"
 cd ./tmp
 $binpath/ifd-test
 ) > $results 2>&1
diff --git a/test/imagetest.sh b/test/imagetest.sh
index b443b8a..5bd11cf 100755
--- a/test/imagetest.sh
+++ b/test/imagetest.sh
@@ -77,7 +77,7 @@ diffCheck()
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 datapath="../data"
 
 test_files="table.jpg smiley1.jpg smiley2.jpg"
diff --git a/test/iotest.sh b/test/iotest.sh
index c56c372..44fdb1f 100755
--- a/test/iotest.sh
+++ b/test/iotest.sh
@@ -40,7 +40,7 @@ diffCheck()
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 datapath="../data"
 
 test_files="table.jpg smiley2.jpg ext.dat"
diff --git a/test/iptctest.sh b/test/iptctest.sh
index 80c2b28..32466d8 100755
--- a/test/iptctest.sh
+++ b/test/iptctest.sh
@@ -112,7 +112,7 @@ diffCheck()
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 datapath="../data"
 diffargs="--strip-trailing-cr"
 tmpfile=tmp/ttt
diff --git a/test/makernote-test.sh b/test/makernote-test.sh
index 9f552a5..c3f476f 100755
--- a/test/makernote-test.sh
+++ b/test/makernote-test.sh
@@ -12,7 +12,7 @@ fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cd ./tmp
 $binpath/makernote-test
 ) > $results
diff --git a/test/modify-test.sh b/test/modify-test.sh
index 0bc30ba..8354dd6 100755
--- a/test/modify-test.sh
+++ b/test/modify-test.sh
@@ -11,7 +11,7 @@ if [ $? -ne 0 ] ; then
 fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cp -f ./data/exiv2-empty.jpg ./tmp
 cp -f ./data/exiv2-gc.jpg ./tmp
 cd ./tmp
diff --git a/test/path-test.sh b/test/path-test.sh
index a232ce9..7e671c3 100755
--- a/test/path-test.sh
+++ b/test/path-test.sh
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Mini test-driver for path utility functions
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cd ./tmp
 
 $binpath/path-test ../data/path-test.txt
diff --git a/test/write-test.sh b/test/write-test.sh
index 8ce6d6a..2356654 100755
--- a/test/write-test.sh
+++ b/test/write-test.sh
@@ -33,7 +33,7 @@ runTestCase()
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 datapath="."
 diffargs="--strip-trailing-cr"
 tmpfile=tmp/ttt
diff --git a/test/write2-test.sh b/test/write2-test.sh
index ed81ef5..8df10db 100755
--- a/test/write2-test.sh
+++ b/test/write2-test.sh
@@ -12,7 +12,7 @@ fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-binpath="../../src"
+binpath="$VALGRIND ../../src"
 cp -f ./data/exiv2-empty.jpg ./tmp
 cd ./tmp
 $binpath/write2-test exiv2-empty.jpg

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list