diff --git a/run_tests.sh b/run_tests.sh index cc171246c0..99c1220f14 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"