From 8b51505bc973e127e02454e8b867471393fe4c23 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 1 Feb 2016 04:35:54 +0100 Subject: [PATCH] improv. output --- example/diameter/launcher/resources/scripts/tinyTestcase.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/diameter/launcher/resources/scripts/tinyTestcase.sh b/example/diameter/launcher/resources/scripts/tinyTestcase.sh index 330d08e..90ac75b 100755 --- a/example/diameter/launcher/resources/scripts/tinyTestcase.sh +++ b/example/diameter/launcher/resources/scripts/tinyTestcase.sh @@ -17,6 +17,7 @@ _exit() { } usage() { + echo echo "Usage: $0 \"[test_end_points]\" [timeout]" echo echo " source_directory:" @@ -140,7 +141,6 @@ update_testcase () { ############# # EXECUTION # ############# -echo SOURCE_DIR=$1 [ -z "$SOURCE_DIR" ] && usage SOURCE_DIR=`readlink -f $SOURCE_DIR` @@ -252,6 +252,5 @@ do count=$((count+1)) done -echo exit 0 -- 2.20.1