summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
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
;;