Skip to content

Commit

Permalink
test/suites/static_analysis: DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 9, 2024
1 parent 8afed7c commit 196ecd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/suites/static_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ test_static_analysis() {
# make sure the .pot is updated
cp --preserve "po/lxd.pot" "po/lxd.pot.bak"
hash1=$(safe_pot_hash)
env
command -v xgettext-go || true
make i18n
make i18n -s
hash2=$(safe_pot_hash)
mv "po/lxd.pot.bak" "po/lxd.pot"
if [ "${hash1}" != "${hash2}" ]; then
Expand Down

0 comments on commit 196ecd7

Please sign in to comment.