Skip to content

Commit

Permalink
stop the update-pot check in run-checks, we already do that on packag…
Browse files Browse the repository at this point in the history
…e build time and that is enough
  • Loading branch information
mvo5 committed May 20, 2016
1 parent 8337c7d commit 5803c07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions run-checks
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,6 @@ if [ ! -z "$STATIC" ]; then
exit 1
fi

# pot file
echo Checking translations
TMPF="$(mktemp)"
addtrap "rm -f \"$TMPF\""
./update-pot "$TMPF"
if ! diff -u --ignore-matching-lines=.*POT-Creation-Date.* po/snappy.pot $TMPF; then
echo "You need to run ./update-pot"
exit 1
fi
fi

if [ ! -z "$UNIT" ]; then
Expand Down

0 comments on commit 5803c07

Please sign in to comment.