From ca13565ba9e42abf2526e834dcfcdaa57aa84c79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 5 Feb 2013 10:56:56 +0000 Subject: [PATCH] Process section was missing from reports --- .../CANL-C/tests/canl-autonomous-test.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh index b887039..9078c48 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh @@ -114,7 +114,24 @@ ENDTIME=`date +%s` #Generating report section gen_deployment_header $ENDTIME $STARTTIME "$SCENARIO" > report.twiki +echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null +if [ $? -eq 0 ]; then + printf "\n---++++ Production Repo Contents +\n" >> report.twiki + cat ./prod_packages.txt >> report.twiki + printf "\n" >> report.twiki +fi + +printf "\n---++++ Test Repo Contents + +\n" >> report.twiki +cat ./repo_packages.txt >> report.twiki +printf " + +---++++ Process + +\n" >> report.twiki cat caNlInstall.sh >> report.twiki printf " -- 1.8.2.3