From 60df09362a28ef3f110fe8f90af142561837e5ff Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 6 Oct 2014 14:49:06 +0800 Subject: [PATCH] Documents --compilemessages when running run_tests.sh in debian/rules Rewritten-From: 2fe80ffd25678f902c2f866e5c9996fb38472e90 --- trusty/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/trusty/debian/rules b/trusty/debian/rules index ff0360a..1d9eb9a 100755 --- a/trusty/debian/rules +++ b/trusty/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 -- 2.45.2