Fixed the start of unit tests.
authorThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 16:47:28 +0000 (00:47 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 16:52:50 +0000 (00:52 +0800)
Change-Id: I0a3730fc1e87256a72f2ffc084d67001047a8c93

Rewritten-From: e0a427526e5965c9ce90962f469875e80d9e9c79

trusty/debian/rules

index cdea67b7b8d99521bbfa120d253b2c4c74c6cf24..ec4ccc6c77cd565fced1b4bc80650ef5d5c9da1a 100755 (executable)
@@ -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