From: Thomas Goirand Date: Mon, 6 Oct 2014 06:49:06 +0000 (+0800) Subject: Documents --compilemessages when running run_tests.sh in debian/rules X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=843ff727991cbe93162436fb66627b7e856e422a;p=openstack-build%2Fhorizon-build.git Documents --compilemessages when running run_tests.sh in debian/rules Rewritten-From: 2fe80ffd25678f902c2f866e5c9996fb38472e90 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index ff0360a..1d9eb9a 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -53,5 +53,6 @@ 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 || true endif