From: jose.lausuch Date: Thu, 29 Oct 2015 10:25:55 +0000 (+0100) Subject: Small correction of the --test flag in run_test.sh X-Git-Tag: brahmaputra.1.0~290 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F2903%2F1;p=functest.git Small correction of the --test flag in run_test.sh Add the option to allow -t|--test|--tests Change-Id: I2ad63f2b23235fe28596fef908a1c9d6991201a2 Signed-off-by: jose.lausuch --- diff --git a/docker/run_tests.sh b/docker/run_tests.sh index c794d3bff..7c289719d 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -95,7 +95,7 @@ while [[ $# > 0 ]] -o|--offline) offline=true ;; - -t|--tests) + -t|--test|--tests) TEST="$2" shift ;;