twiki notation is not an option
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 17 Apr 2012 12:04:25 +0000 (12:04 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 17 Apr 2012 12:04:25 +0000 (12:04 +0000)
org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh
org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh
org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh

index 48ec0c4..024936c 100755 (executable)
@@ -111,14 +111,14 @@ gen_deployment_header $ENDTIME $STARTTIME "$SCENARIO" > report.twiki
 
 echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
 if [ $? -eq 0 ]; then
-        printf "---++++ Production Repo Contents
+        printf "\n---++++ Production Repo Contents
 
 <verbatim>\n" >> report.twiki
         cat ./prod_packages.txt >> report.twiki
         printf "</verbatim>\n" >> report.twiki
 fi
 
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
 
 <verbatim>\n" >> report.twiki
 cat ./repo_packages.txt >> report.twiki
index 4ed532e..0e142d9 100755 (executable)
@@ -145,14 +145,14 @@ gen_deployment_header $ENDTIME $STARTTIME "$SCENARIO" > report.twiki
 
 echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
 if [ $? -eq 0 ]; then
-       printf "---++++ Production Repo Contents
+       printf "\n---++++ Production Repo Contents
 
 <verbatim>\n" >> report.twiki
        cat ./prod_packages.txt >> report.twiki
        printf "</verbatim>\n" >> report.twiki
 fi
 
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
 
 <verbatim>\n" >> report.twiki
 cat ./repo_packages.txt >> report.twiki
index bb43bfe..d3733c6 100755 (executable)
@@ -124,14 +124,14 @@ gen_deployment_header $ENDTIME $STARTTIME "$SCENARIO" > report.twiki
 
 echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null
 if [ $? -eq 0 ]; then
-        printf "---++++ Production Repo Contents
+        printf "\n---++++ Production Repo Contents
 
 <verbatim>\n" >> report.twiki
         cat ./prod_packages.txt >> report.twiki
         printf "</verbatim>\n" >> report.twiki
 fi
 
-printf "---++++ Test Repo Contents
+printf "\n---++++ Test Repo Contents
 
 <verbatim>\n" >> report.twiki
 cat ./repo_packages.txt >> report.twiki