line if the results are unchanged from 24 hours ago. Makes it easier to see
(or filter) if results are unchanged.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9334
if [ $changed != 0 ] ; then
echo "Results differ from 24 hours ago" >> final
+ changed_str=""
else
echo "Results unchanged from 24 hours ago" >> final
+ changed_str="(unchanged) "
fi
# Always show the current results.
# Use the conf/<tag>.sendmail script to email the results.
conf/$ABT_MACHINE.sendmail \
- "$ABT_START nightly build ($ABT_MACHINE, $ABT_DETAILS)" \
+ "$changed_str$ABT_START nightly build ($ABT_MACHINE, $ABT_DETAILS)" \
final \
diffs