[arrayfire] 01/04: d/rules: fix test exclusion regex.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 4 08:15:40 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 arrayfire.

commit bf666931aff3317d6a7ba653b52154c021ed62df
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Aug 3 12:35:17 2016 +0100

    d/rules: fix test exclusion regex.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a05f0cf..69731c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ override_dh_auto_configure-indep:
 # temporarily disabled whilst upstream is working on a fix.
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test -- ARGS+="-R cpu -E large -E dense -E imageio"
+	dh_auto_test -- ARGS+="-R cpu -E 'large|dense|imageio'"
 	LD_LIBRARY_PATH=$(shell find $(CURDIR) -type f -name "libafcpu.so*" -exec dirname {} \;) \
 		dh_auto_test -- ARGS+="-R unified"
 endif

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



More information about the debian-science-commits mailing list