From: Thomas Goirand Date: Thu, 13 Mar 2014 16:47:28 +0000 (+0800) Subject: Fixed the start of unit tests. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d5f43225130bd8300f496024f964f788ae50b835;p=openstack-build%2Fceilometer-build.git Fixed the start of unit tests. Change-Id: I0a3730fc1e87256a72f2ffc084d67001047a8c93 Rewritten-From: e0a427526e5965c9ce90962f469875e80d9e9c79 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index cdea67b..ec4ccc6 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -36,6 +36,7 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run-tests.sh || true + bash -x ./setup-test-env.sh python setup.py testr --slowest + #./run-tests.sh || true #PYTHONPATH=. nosetests -P || true endif