From: Zdeněk Šustr Date: Tue, 5 Feb 2013 10:56:56 +0000 (+0000) Subject: Process section was missing from reports X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ca13565ba9e42abf2526e834dcfcdaa57aa84c79;p=jra1mw.git Process section was missing from reports --- 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 "