Fix the wrong project name in run_tests.sh usage
s/Neutron/Mistral Change-Id: I8202aa4f1eed4ee5fb1422fbd2ccaed18fc453f5 Closes-Bug: #1421090
This commit is contained in:
parent
64b0a2fceb
commit
9ab59e2feb
@ -4,7 +4,7 @@ set -eu
|
||||
|
||||
function usage {
|
||||
echo "Usage: $0 [OPTION]..."
|
||||
echo "Run Neutron's test suite(s)"
|
||||
echo "Run Mistral's test suite(s)"
|
||||
echo ""
|
||||
echo " -V, --virtual-env Always use virtualenv. Install automatically if not present"
|
||||
echo " -N, --no-virtual-env Don't use virtualenv. Run tests in local environment"
|
||||
|
Loading…
Reference in New Issue
Block a user