git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1083160
)
add missing \n at the end of result line
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 5 Aug 2009 13:12:58 +0000
(13:12 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 5 Aug 2009 13:12:58 +0000
(13:12 +0000)
org.glite.lb.common/src/perftest_common.sh
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/perftest_common.sh
b/org.glite.lb.common/src/perftest_common.sh
index
e110d2c
..
84a7fc2
100644
(file)
--- a/
org.glite.lb.common/src/perftest_common.sh
+++ b/
org.glite.lb.common/src/perftest_common.sh
@@
-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"
}