From d1c0cdc1e22db301b0b1485a934af5c740c06753 Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Wed, 1 Aug 2018 18:01:33 +0200 Subject: [PATCH] TT#42008 Fix missing '-C' option in getopts of run_tests.sh Change-Id: If3a0689becc079ab0d7b5308ad6fd8d3dd837087 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 6888c1a2..add9cd2a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -71,7 +71,7 @@ cfg_debug_off() { fi } -while getopts 'hlcp:Kx:t:rm' opt; do +while getopts 'hlCcp:Kx:t:rm' opt; do case $opt in h) usage; exit 0;; l) SHOW_SCENARIOS=true;;