]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Documents --compilemessages when running run_tests.sh in debian/rules
authorThomas Goirand <thomas@goirand.fr>
Mon, 6 Oct 2014 06:49:06 +0000 (14:49 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 6 Oct 2014 06:49:06 +0000 (14:49 +0800)
Rewritten-From: 2fe80ffd25678f902c2f866e5c9996fb38472e90

xenial/debian/rules

index ff0360a46ccf9162783d861998eeb4d94dc3b6ef..1d9eb9a2cb480cdfa821e8eeb93f51bdbf0cec9f 100755 (executable)
@@ -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