[SCM] isrcsubmit/master: Run tests

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Mar 4 13:56:00 UTC 2014


The following commit has been merged in the master branch:
commit a9ed74f4fe2408b7bbbe1d1a42b0c3d740151a18
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Mar 4 14:01:05 2014 +0100

    Run tests

diff --git a/debian/rules b/debian/rules
index 379b183..de152aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,10 @@ override_dh_auto_install:
 	# there is no point in installing the egg
 	rm -rf debian/isrcsubmit/usr/lib
 
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	python3 setup.py test
+endif
+
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.markdown

-- 
isrcsubmit packaging



More information about the pkg-multimedia-commits mailing list