From: Thomas Goirand Date: Fri, 14 Mar 2014 09:45:41 +0000 (+0800) Subject: Fix not running bin tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=56b57d307f192530f44bbdd482f39dcb344334da;p=openstack-build%2Fceilometer-build.git Fix not running bin tests Change-Id: I9d913ac41595a8e54e2979eabac18139116f35b3 Rewritten-From: d073237f31a2a697cfd580a638ce2c81cea2637a --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 48e55db..9335d2d 100755 --- a/xenial/debian/rules +++ b/xenial/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