add missing \n at the end of result line
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 5 Aug 2009 13:12:58 +0000 (13:12 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 5 Aug 2009 13:12:58 +0000 (13:12 +0000)
org.glite.lb.common/src/perftest_common.sh

index e110d2c..84a7fc2 100644 (file)
@@ -87,6 +87,7 @@ print_result_header()
     do
       printf " %14s " $desc
     done
+    printf "\n"
     #echo -e "\tavg_job \t big_job \t avg_dag \t big_dag"
 }