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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:57 UTC 2017


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

The following commit has been merged in the master branch:
commit 4bceac15f8d843f8aad1ea2c0d05fa4340b44978
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Nov 26 18:44:44 2015 +0000

    #1137.  Correction to r4045.
---
 test/bugfixes-test.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 25e902d..bd11b8b 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -436,10 +436,10 @@ source ./functions.source
 	printf "$num " >&3
 	echo '------>' Bug $num '<-------' >&2
 	copyTestFile                        $filename
-	exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg
-	exiv2 -pa $filename
-	exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg | exiv2 -m- $filename
-	exiv2 -pa $filename
+	runTest exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg
+	runTest exiv2 -pa $filename
+	runTest exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg | runTest exiv2 -m- $filename
+	runTest exiv2 -pa $filename
 	
 
 ) 3>&1 > $results 2>&1

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list