From: Thomas Goirand Date: Fri, 1 Aug 2014 16:13:23 +0000 (+0800) Subject: explicitely write long format for ./run_tests.sh command. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b6847d4697424a4b7b8c35216f1eaf4510c31474;p=openstack-build%2Fhorizon-build.git explicitely write long format for ./run_tests.sh command. Rewritten-From: 441fda82e368b768c391aa7e56de4df98e8f3a0e --- 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