From: Andreas Tille Date: Mon, 20 Jul 2015 13:51:25 +0000 (+0200) Subject: Fix syntax in test override X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~297 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc16a93c7fc25f1ceec17bcd205f3016f4f29355;p=python-pysam.git Fix syntax in test override --- diff --git a/debian/rules b/debian/rules index c499320..61bc5be 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ override_dh_auto_clean: override_dh_auto_test: PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="cd tests && {interpreter} pysam_test.py" dh_auto_test || + PYBUILD_TEST_ARGS="cd tests && {interpreter} pysam_test.py" dh_auto_test || \ echo "Ignoring test failures" get-orig-source: