From 0163666bebe4c1e6edce5b0b1ef11ec43d391488 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 16 May 2019 17:08:36 +0200 Subject: start-testsuite.sh: allow to skip the configuration file parameter Allows to use the default configuration file while setting a specific test case. Change-Id: I6b318aea9e1f8b23c283d08e7b06f055fc907cdd --- start-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-testsuite.sh b/start-testsuite.sh index 5740d3d8..997d1207 100755 --- a/start-testsuite.sh +++ b/start-testsuite.sh @@ -13,7 +13,7 @@ SUITE=$1 SUITE_DIR="$(dirname "$SUITE")" SUITE_NAME="$(basename "$SUITE")" CFG="$SUITE_NAME.cfg" -if [ $# -gt 1 ]; then +if [ $# -gt 1 ] && [ "$2" != "" ] ; then CFG=$2 fi -- cgit v1.2.3