aboutsummaryrefslogtreecommitdiff
path: root/tcwgweb.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-05 14:43:03 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-10-05 15:20:31 -0700
commit1ed331e0efb0d72239cb28a9940739ec66042255 (patch)
treed1668df5dc8ec7f15b69a44eb2762f50a8174788 /tcwgweb.sh
parentf674af69c36e4ec8b48bcf23adcf75f7a409fb89 (diff)
add the GCC version to the email body
Change-Id: I8b58615f2b3a8368e2c42983f0505d4e3052e15d
Diffstat (limited to 'tcwgweb.sh')
-rwxr-xr-xtcwgweb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwgweb.sh b/tcwgweb.sh
index c975bd56..60b7684f 100755
--- a/tcwgweb.sh
+++ b/tcwgweb.sh
@@ -127,6 +127,8 @@ difftwodirs ()
echo "Comparison of ${gcc_version} between:" >> ${resultsfile}
echo " ${prev} and" >> ${resultsfile}
echo " ${next}" >> ${resultsfile}
+ echo " " >> ${resultsfile}
+ echo "For branch: ${gcc_version}" >> ${resultsfile}
for i in gcc g\+\+ libstdc++ gas gdb glibc egibc newlib binutils libatomic libgomp libitm; do
if test -e ${prev}/$i.sum -a -e ${next}/$i.sum; then
sort ${prev}/$i.sum -o ${prev}/$i-sort.sum