Now using run-tests.sh instead of nosetests
authorThomas Goirand <thomas@goirand.fr>
Mon, 29 Jul 2013 08:33:23 +0000 (16:33 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 29 Jul 2013 08:33:38 +0000 (16:33 +0800)
Change-Id: Ibce7d06c6bc8384ee1c3c4efb19eab1e7b35482c

Rewritten-From: 923ce8c2a8fcba570bbc2280694cef4994afdfda

trusty/debian/rules

index 0e851ad9c3ca43d97b256eba62351ed08e396bac..0ab18541ea815a1f8e73c9a40edef5cba0d27268 100755 (executable)
@@ -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