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:
parent
b055d5e0c9
commit
60443f1dfc
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user