From 0128268b5fef49171cbdfd7a598b58c44cf1e483 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 17 Apr 2012 12:04:25 +0000 Subject: [PATCH] twiki notation is not an option --- org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh | 4 ++-- org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh | 4 ++-- org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh index 48ec0c4..024936c 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -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 \n" >> report.twiki cat ./prod_packages.txt >> report.twiki printf "\n" >> report.twiki fi -printf "---++++ Test Repo Contents +printf "\n---++++ Test Repo Contents \n" >> report.twiki cat ./repo_packages.txt >> report.twiki diff --git a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh index 4ed532e..0e142d9 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh @@ -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 \n" >> report.twiki cat ./prod_packages.txt >> report.twiki printf "\n" >> report.twiki fi -printf "---++++ Test Repo Contents +printf "\n---++++ Test Repo Contents \n" >> report.twiki cat ./repo_packages.txt >> report.twiki diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh index bb43bfe..d3733c6 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh @@ -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 \n" >> report.twiki cat ./prod_packages.txt >> report.twiki printf "\n" >> report.twiki fi -printf "---++++ Test Repo Contents +printf "\n---++++ Test Repo Contents \n" >> report.twiki cat ./repo_packages.txt >> report.twiki -- 1.8.2.3