Do not run binary command line tests which are failing cause things not installed...
authorThomas Goirand <thomas@goirand.fr>
Fri, 14 Mar 2014 09:38:40 +0000 (17:38 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 14 Mar 2014 09:38:40 +0000 (17:38 +0800)
Change-Id: Ie6902c79b902208bba2f31974c1e2d7748676560

Rewritten-From: bffd2307de2348b646f2421ca15ad6344a5dc1eb

trusty/debian/rules

index 60bf97e9e60a0b753ddeb0716a4781f690057676..48e55db96f28d70f1c07c9a37f66d79e8cd42206 100755 (executable)
@@ -36,7 +36,7 @@ override_dh_auto_clean:
 
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-       bash -x ./setup-test-env.sh python setup.py testr --slowest || true
+       bash -x ./setup-test-env.sh python setup.py testr --slowest '(?!tests.test_bin)' || true
        #./run-tests.sh || true
        #PYTHONPATH=. nosetests -P || true
 endif