summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Meade <alex.meade@rackspace.com>2011-04-26 13:22:24 -0400
committerAlex Meade <alex.meade@rackspace.com>2011-04-26 13:22:24 -0400
commit10552f691b73f8fe1a91e2ab8dc24b2d69f254c0 (patch)
tree949690f2f3588f839291b1be83d6d62f4a0f0296
parentde1b0dcf585bdfe2cefa1a7ec561a53ac8c515b8 (diff)
downloadnova-10552f691b73f8fe1a91e2ab8dc24b2d69f254c0.tar.gz
nova-10552f691b73f8fe1a91e2ab8dc24b2d69f254c0.tar.xz
nova-10552f691b73f8fe1a91e2ab8dc24b2d69f254c0.zip
Updated run_tests.sh usage info to reflect the --stop flag
-rwxr-xr-xrun_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 8f4d37cd4..2c80f5ff7 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -6,6 +6,7 @@ function usage {
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"
+ echo " -x, --stop Stop running tests after the first error or failure."
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo " -h, --help Print this usage message"
echo ""