improv. output
[anna.git] / 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