Fix empty parameter
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Thu, 21 Jan 2016 17:54:42 +0000 (18:54 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Thu, 21 Jan 2016 17:54:42 +0000 (18:54 +0100)
example/diameter/launcher/resources/scripts/tinyTestcase.sh

index f2b30d5..b588dc2 100755 (executable)
@@ -59,7 +59,7 @@ usage() {
   echo
   echo "       timeout:"
   echo
-  echo "         Timeout in seconds for the testcase. By default, no timeout will be programmed for the testcase."
+  echo "         Timeout in seconds for the testcase. If not provided, no timeout will be programmed for the testcase."
   echo
   echo
   echo
@@ -119,6 +119,7 @@ update_testcase () {
 #############
 echo
 SOURCE_DIR=$1
+│[ -z "$SOURCE_DIR" ] && usage
 SOURCE_DIR=`readlink -f $SOURCE_DIR`
 [ ! -d "$SOURCE_DIR" ] && _exit "Can't found provided directory '$SOURCE_DIR'"
 # Work on source directory: