Cleanup for translation

Remove non-existant option from test-languages.
Use test as parameter for buildlang target.

Change-Id: I4afd3b90f76c8fdff3d1be7917c11ef30e621a69
This commit is contained in:
Andreas Jaeger 2014-07-03 22:32:02 +02:00
parent e7b5c6f7ba
commit 3140092730
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ function test_language () {
function usage () {
echo "Call the script as: "
echo "$0 PURPOSE LANGUAGE1 LANGUAGE2..."
echo "PURPOSE is either 'test', 'publish' or 'publish-install'"
echo "PURPOSE is 'test' or 'publish'."
echo "LANGUAGE can also be 'all'."
}

View File

@ -48,7 +48,7 @@ commands = bash tools/test-languages.sh test all
# sitepackages.
sitepackages=True
whitelist_externals = bash
commands = bash tools/test-languages.sh publish {posargs}
commands = bash tools/test-languages.sh test {posargs}
[testenv:publishlang]
# openstack-generate-docbook needs xml2po which cannot be installed in