From f948b49361e5ce7b55a4eec433c053702387cfd3 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 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 0cb7ec3..43bb1f3 100755 --- a/xenial/debian/rules +++ b/xenial/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