From 701389b87f42551e0d5d337e3545cc7f566b20af Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 29 Jul 2013 16:33:23 +0800 Subject: [PATCH] Now using run-tests.sh instead of nosetests Change-Id: Ibce7d06c6bc8384ee1c3c4efb19eab1e7b35482c Rewritten-From: 923ce8c2a8fcba570bbc2280694cef4994afdfda --- trusty/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 0e851ad..0ab1854 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -35,5 +35,6 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - PYTHONPATH=. nosetests -P || true + ./run-tests.sh || true + #PYTHONPATH=. nosetests -P || true endif -- 2.45.2