[SCM] drumgizmo/master: Don't short-cirtuit dh_auto_test now that lv2 test is disabled

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Sun Jan 29 12:00:20 UTC 2017


The following commit has been merged in the master branch:
commit fb5295a79f82e1aa6d224e499dc00630a05dd244
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sun Jan 29 12:45:22 2017 +0100

    Don't short-cirtuit dh_auto_test now that lv2 test is disabled

diff --git a/debian/rules b/debian/rules
index 6dabb7d..89ca1bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,7 @@ override_dh_auto_configure:
 		$(CONFFLAGS)
 
 override_dh_auto_test:
-	# all tests work, but the lv2 one runs against the version installed by
-	# `make install` so far, and thus, it fails
-	dh_auto_test || true
+	dh_auto_test
 
 override_dh_auto_install:
 	dh_auto_install

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list