]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
explicitely write long format for ./run_tests.sh command.
authorThomas Goirand <thomas@goirand.fr>
Fri, 1 Aug 2014 16:13:23 +0000 (00:13 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 1 Aug 2014 16:13:46 +0000 (00:13 +0800)
Rewritten-From: 441fda82e368b768c391aa7e56de4df98e8f3a0e

trusty/debian/rules

index 0cb7ec372836117b6ee99c6dbe614fdbe3af39ae..43bb1f3a4e546c993cdefa084abdec793de08dc4 100755 (executable)
@@ -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