Tweaked mergedevbranch to use bin/count

- Legacy-Id: 13516
This commit is contained in:
Henrik Levkowetz 2017-06-04 16:31:10 +00:00
parent 2e20d9df66
commit d31c58973d

View file

@ -193,9 +193,13 @@ G=$(svn st | cut -c 1-7 | grep -oh 'G' | head -n 1)
##cd -
echo -e "\nRunning tests"
time ietf/manage.py test --settings=settings_sqlitetest || die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"
time { ietf/manage.py test --settings=settings_sqlitetest \
|| die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"; } 3>&1 1>&2 2>&3 | bin/count
echo ""
read -p "Continue with email sending? [Y/n] "
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
note "Sending email to changeset author: <$who>"
mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c henrik@levkowetz.com <<-EOF
Hi,