]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Running unit tests using --verbosity=2
authorThomas Goirand <thomas@goirand.fr>
Wed, 9 Sep 2015 13:14:20 +0000 (13:14 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 9 Sep 2015 13:14:20 +0000 (13:14 +0000)
Rewritten-From: e7cfe010c65f46e63c3cdee384f3a240150790cb

xenial/debian/rules

index 46903665e622597ac25bfcee21297a8cb906a172..39cf2fc25b6c1628a06d95d83e47c74a01fa03ee 100755 (executable)
@@ -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