From: Thomas Goirand Date: Wed, 9 Sep 2015 13:14:20 +0000 (+0000) Subject: Running unit tests using --verbosity=2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=feb613ae352afb24b7eae00dfcfb9db85dd0be1b;p=openstack-build%2Fhorizon-build.git Running unit tests using --verbosity=2 Rewritten-From: e7cfe010c65f46e63c3cdee384f3a240150790cb --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 4690366..39cf2fc 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -59,5 +59,5 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: # We should add --compilemessages when the .mo are removed. - ./run_tests.sh --no-virtual-env --no-pep8 + ./run_tests.sh --no-virtual-env --no-pep8 --verbosity=2 endif