Ring terminal bell after running test suite in merge script.

- Legacy-Id: 8878
This commit is contained in:
Henrik Levkowetz 2015-01-21 18:47:54 +00:00
parent af8cd51409
commit a6e4618db6

View file

@ -185,8 +185,7 @@ G=$(svn st | cut -c 1-7 | grep -oh 'G' | head -n 1)
echo -e "\nRunning tests"
time ietf/manage.py test --settings=settings_sqlitetest || die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"
echo ""
note "Sending email to changeset author: <$who>"
mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c henrik@levkowetz.com <<-EOF