[SCM] bs1770gain/master: Add test code to check the new --xml option.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Sep 13 21:44:35 UTC 2015


The following commit has been merged in the master branch:
commit 4f7fadf6d1fe945ecef5505e5387488be914d666
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Sep 11 22:19:20 2015 +0200

    Add test code to check the new --xml option.

diff --git a/debian/tests/test-cmd-tool b/debian/tests/test-cmd-tool
index d049872..7f86157 100755
--- a/debian/tests/test-cmd-tool
+++ b/debian/tests/test-cmd-tool
@@ -35,6 +35,9 @@ test_on_file() {
     $BS1770GAIN $file -a -o $WORKDIR/tmp/test2 
     for f in $WORKDIR/tmp/test2/*; do $BS1770GAIN $f; done
 
+    $BS1770GAIN $file -a -o $WORKDIR/tmp/test3 
+    for f in $WORKDIR/tmp/test3/*; do $BS1770GAIN --xml $f; done
+
     rm -rf $WORKDIR/tmp
 }
 

-- 
bs1770gain packaging



More information about the pkg-multimedia-commits mailing list