From: Sascha Peilicke Date: Fri, 17 Jan 2014 14:27:44 +0000 (+0100) Subject: Don't document non-existing flag '--hide-elapsed' X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=04d23de3005bd3b29e9e23006c26774c9be7f278;p=openstack-build%2Fneutron-build.git Don't document non-existing flag '--hide-elapsed' Closes-Bug: 1277051 Change-Id: I4435645025dabcecf3dc1b7168ce17f10d6df534 --- diff --git a/run_tests.sh b/run_tests.sh index 06934e9e2..4d838e8aa 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -18,7 +18,6 @@ function usage { echo " -c, --coverage Generate coverage report" echo " -d, --debug Run tests with testtools instead of testr. This allows you to use the debugger." echo " -h, --help Print this usage message" - echo " --hide-elapsed Don't print the elapsed time for each test along with slow test list" echo " --virtual-env-path Location of the virtualenv directory" echo " Default: \$(pwd)" echo " --virtual-env-name Name of the virtualenv directory"