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:
parent
44842dc1b1
commit
016f5794a5
@ -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'."
|
||||
}
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user