From b6847d4697424a4b7b8c35216f1eaf4510c31474 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 2 Aug 2014 00:13:23 +0800 Subject: [PATCH] explicitely write long format for ./run_tests.sh command. Rewritten-From: 441fda82e368b768c391aa7e56de4df98e8f3a0e --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 0cb7ec3..43bb1f3 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -52,5 +52,5 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run_tests.sh -N -P || true + ./run_tests.sh --no-virtual-env --no-pep8 || true endif -- 2.45.2