improv. output
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 1 Feb 2016 03:35:54 +0000 (04:35 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 1 Feb 2016 03:35:54 +0000 (04:35 +0100)
example/diameter/launcher/resources/scripts/tinyTestcase.sh

index 330d08e..90ac75b 100755 (executable)
@@ -17,6 +17,7 @@ _exit() {
 }
 
 usage() {
+  echo
   echo "Usage: $0 <source_directory> \"[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