Fix translation test

We do not store pot files anymore in git. Fix run_tests.sh that expects
that these are in git. To restore normal content, just remove the
generated files.

Change-Id: I6117f869f7a99fcbf972bcdaee54c3a1e44f33ab
This commit is contained in:
Andreas Jaeger 2016-05-07 10:47:12 +02:00
parent b055d5e0c9
commit 60443f1dfc
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ function run_makemessages {
cd ..
if [ $check_only -eq 1 ]; then
git checkout -- magnum_ui/locale/django*.pot
rm magnum_ui/locale/django*.pot
fi
exit $(($MAGNUM_PY_RESULT || $MAGNUM_JS_RESULT))