Fix the wrong project name in run_tests.sh usage

s/Neutron/Mistral

Change-Id: I8202aa4f1eed4ee5fb1422fbd2ccaed18fc453f5
Closes-Bug: #1421090
This commit is contained in:
Lingxian Kong 2015-02-12 16:23:19 +08:00
parent 64b0a2fceb
commit 9ab59e2feb
1 changed files with 1 additions and 1 deletions

View File

@ -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"