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;h=6f1ac728e062ab95655f221a9ed601b1f2ee3184;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/trusty/debian/rules b/trusty/debian/rules index 60bf97e..48e55db 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 || 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