Merge "tox.ini: Avoid using bash where unnecessary"

This commit is contained in:
Jenkins 2014-10-29 14:29:31 +00:00 committed by Gerrit Code Review
commit 175184b185

View File

@ -43,8 +43,8 @@ downloadcache = ~/cache/pip
commands =
flake8
neutron-db-manage check_migration
bash -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
whitelist_externals = bash
sh -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
whitelist_externals = sh
[testenv:i18n]
commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py