From 5ad0a6e28e7156a10272830a16aeadea4408cfe9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 14 Mar 2014 17:45:41 +0800 Subject: [PATCH] Fix not running bin tests Change-Id: I9d913ac41595a8e54e2979eabac18139116f35b3 Rewritten-From: d073237f31a2a697cfd580a638ce2c81cea2637a --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 48e55db..9335d2d 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -36,7 +36,7 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - bash -x ./setup-test-env.sh python setup.py testr --slowest '(?!tests.test_bin)' || true + bash -x ./setup-test-env.sh python setup.py testr --slowest --testr-args='tests\.(?!.*test_bin.*)' || true #./run-tests.sh || true #PYTHONPATH=. nosetests -P || true endif -- 2.32.3