Remove unused POT file
Translation source files are not needed anymore in repositories, remove the outdated and unused file. Update tox.ini file so that tests pass even if there are no pot files i ntree. See http://docs.openstack.org/infra/manual/creators.html#checking-translation-imports Change-Id: Ibb8845ebcb9c07a4c0127520b12d711e0a1baca0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
2
tox.ini
2
tox.ini
@@ -18,7 +18,7 @@ whitelist_externals = find
|
||||
commands =
|
||||
flake8
|
||||
# Check that .po and .pot files are valid:
|
||||
bash -c "find senlinclient -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
bash -c "find senlinclient -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 --no-run-if-empty msgfmt --check-format -o /dev/null"
|
||||
whitelist_externals = bash
|
||||
|
||||
[testenv:venv]
|
||||
|
Reference in New Issue
Block a user