From 6f32b6b2c0ceaecb73ba8f80eed96654bd8808ac Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 9 Jul 2024 01:49:38 -0400 Subject: [PATCH] test/suites/static_analysis: DEBUG Signed-off-by: Simon Deziel --- test/suites/static_analysis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/suites/static_analysis.sh b/test/suites/static_analysis.sh index eaed7e1b2e49..8b4f81e1e6ef 100644 --- a/test/suites/static_analysis.sh +++ b/test/suites/static_analysis.sh @@ -187,7 +187,9 @@ test_static_analysis() { # make sure the .pot is updated cp --preserve "po/lxd.pot" "po/lxd.pot.bak" hash1=$(safe_pot_hash) - make i18n -s + env + command -v xgettext-go || true + make i18n hash2=$(safe_pot_hash) mv "po/lxd.pot.bak" "po/lxd.pot" if [ "${hash1}" != "${hash2}" ]; then