TT#42008 Fix missing '-C' option in getopts of run_tests.sh

Change-Id: If3a0689becc079ab0d7b5308ad6fd8d3dd837087
changes/54/22754/1
Marco Capetta 8 years ago
parent 0fa98de7a1
commit d1c0cdc1e2

@ -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;;

Loading…
Cancel
Save