[oggvideotools] 01/02: Extend test script to make sure oggJoin creates a file.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue Sep 22 07:05:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository oggvideotools.

commit 8139678ed766f5b677dc7a6856435fdb2e94b165
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Sep 22 09:04:28 2015 +0200

    Extend test script to make sure oggJoin creates a file.
    
    Gbp-Dch: Ignore
---
 debian/tests/test-oggjoin | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/tests/test-oggjoin b/debian/tests/test-oggjoin
index d46332c..b872e88 100755
--- a/debian/tests/test-oggjoin
+++ b/debian/tests/test-oggjoin
@@ -20,3 +20,11 @@ oggSlideshow /usr/share/pixmaps/debian-logo.png
 # Join it.  This should trigger the bug reported in bug #606224
 echo "info: Copy Ogg Theora file using oggJoin."
 oggJoin out.ogv slideshow.ogv
+
+if [ -e out.ogv ] ; then
+   echo "success: Ogg Theora file out.ogv created."
+else
+   echo "error: No Ogg Theora file created by oggJoin."
+fi
+
+echo "info: test completed successfully"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/oggvideotools.git



More information about the pkg-xiph-commits mailing list