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=5ad0a6e28e7156a10272830a16aeadea4408cfe9;p=openstack-build%2Fceilometer-build.git Fix not running bin tests Change-Id: I9d913ac41595a8e54e2979eabac18139116f35b3 Rewritten-From: d073237f31a2a697cfd580a638ce2c81cea2637a --- 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