From d5f43225130bd8300f496024f964f788ae50b835 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 14 Mar 2014 00:47:28 +0800 Subject: [PATCH] Fixed the start of unit tests. Change-Id: I0a3730fc1e87256a72f2ffc084d67001047a8c93 Rewritten-From: e0a427526e5965c9ce90962f469875e80d9e9c79 --- trusty/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.32.3