From feb613ae352afb24b7eae00dfcfb9db85dd0be1b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 9 Sep 2015 13:14:20 +0000 Subject: [PATCH] Running unit tests using --verbosity=2 Rewritten-From: e7cfe010c65f46e63c3cdee384f3a240150790cb --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2