Remove non-supported option publish-install

Fix help text of test-languages.sh.
Use "test" instead of publish  for buildlang invocation which can
be used to manually build translated manuals.

Change-Id: I617e8008e78bebc2d4e6c09300606a50d4b37ebc
This commit is contained in:
Andreas Jaeger 2014-07-03 22:18:17 +02:00
parent 44842dc1b1
commit 016f5794a5
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,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 either 'test', 'publish'."
echo "LANGUAGE can also be 'all'."
}

View File

@ -56,7 +56,7 @@ commands = bash tools/test-languages.sh test all
# use 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