[shark] 03/06: Exclude test cases labeled as slow from running.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:37:35 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository shark.

commit fc9f538e875cf964fb5550a9d3f1ecd2c9682ca6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 30 12:24:06 2016 +0100

    Exclude test cases labeled as slow from running.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 757df76..33958e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,9 @@ override_dh_auto_configure-indep:
 		-DBUILD_EXAMPLES=ON \
 		-DOPT_INSTALL_DOCUMENTATION=ON
 
+override_dh_auto_test:
+	dh_auto_test -- ARGS+="-LE 'slow'"
+
 override_dh_installdocs-indep:
 	dh_installdocs --indep
 	dh_doxygen --indep \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list