summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2011-05-05 07:04:34 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2011-05-05 07:04:34 +0400
commitda286df51e00a9ee8a0450ee8afbce27712151a7 (patch)
treea7ea4ad57bd6f358b3927e6c6b4d3e8a29f2cddf /run_tests.sh
parent36aa631dfdea4d2041df3a60d1a294f6a80807b7 (diff)
parent114a55d0243f79db7ea1ef29830a9428dbf1aa33 (diff)
Merged with current trunk.
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 610cf1f27..e3a0bd243 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 " -p, --pep8 Just run pep8"
echo " -h, --help Print this usage message"