Small correction of the --test flag in run_test.sh 03/2903/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 29 Oct 2015 10:25:55 +0000 (11:25 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 29 Oct 2015 10:25:55 +0000 (11:25 +0100)
Add the option to allow -t|--test|--tests

Change-Id: I2ad63f2b23235fe28596fef908a1c9d6991201a2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/run_tests.sh

index c794d3b..7c28971 100755 (executable)
@@ -95,7 +95,7 @@ while [[ $# > 0 ]]
         -o|--offline)
             offline=true
         ;;
-        -t|--tests)
+        -t|--test|--tests)
             TEST="$2"
             shift
         ;;