We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8cd51 commit a6e4618Copy full SHA for a6e4618
1 file changed
bin/mergedevbranch
@@ -185,8 +185,7 @@ G=$(svn st | cut -c 1-7 | grep -oh 'G' | head -n 1)
185
186
echo -e "\nRunning tests"
187
time ietf/manage.py test --settings=settings_sqlitetest || die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"
188
-
189
+echo ""
190
191
note "Sending email to changeset author: <$who>"
192
mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c henrik@levkowetz.com <<-EOF
0 commit comments