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


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

The following commit has been merged in the master branch:
commit f67bc0924a30682f753e3c4f4796068facf2bf87
Author: Robin Mills <robin at clanmills.com>
Date:   Sat May 2 17:22:42 2015 +0000

    #1072 test/tiff-test.sh is failing on the build server
---
 test/tiff-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/tiff-test.sh b/test/tiff-test.sh
index a413096..45754cb 100644
--- a/test/tiff-test.sh
+++ b/test/tiff-test.sh
@@ -20,7 +20,7 @@ exifprobe()
         typ=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 1 ); typs+=($typ)
         len=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 2 ); lens+=($len)
         val=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 3-); vals+=("$val")
-    done < <(exiv2 -pa $f  2>/dev/null) # process pipe
+    done < <( runTest exiv2 -pa $f  2>/dev/null ) # process pipe
     count=${#tags[@]}
 
     echo exiv2 -pa output
@@ -52,7 +52,7 @@ exifprobe()
             OFF=$(echo $line| cut -d'|' -f 5  | sed -E -e's/ +//g'); OFFS+=($OFF)
             VAL=$(echo $line| cut -d'|' -f 6- | sed -e's/^ //'    ); VALS+=($"$VAL")
         fi
-    done < <(exiv2 -pS $f 2>/dev/null)
+    done < <( runTest exiv2 -pS $f 2>/dev/null )
     COUNT=${#TAGS[@]}
 
     echo ''

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list