From: Thomas Goirand Date: Fri, 14 Mar 2014 09:38:40 +0000 (+0800) Subject: Do not run binary command line tests which are failing cause things not installed... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=870d23ed5e921e780ed875c25bdc5ff566e8d254;p=openstack-build%2Fceilometer-build.git Do not run binary command line tests which are failing cause things not installed in /usr/bin Change-Id: Ie6902c79b902208bba2f31974c1e2d7748676560 Rewritten-From: bffd2307de2348b646f2421ca15ad6344a5dc1eb --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 60bf97e..48e55db 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 || true + bash -x ./setup-test-env.sh python setup.py testr --slowest '(?!tests.test_bin)' || true #./run-tests.sh || true #PYTHONPATH=. nosetests -P || true endif