Skip to content

Commit a6e4618

Browse files
committed
Ring terminal bell after running test suite in merge script.
- Legacy-Id: 8878
1 parent af8cd51 commit a6e4618

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/mergedevbranch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ G=$(svn st | cut -c 1-7 | grep -oh 'G' | head -n 1)
185185
186186
echo -e "\nRunning tests"
187187
time ietf/manage.py test --settings=settings_sqlitetest || die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"
188-
189-
188+
echo ""
190189
191190
note "Sending email to changeset author: <$who>"
192191
mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c henrik@levkowetz.com <<-EOF

0 commit comments

Comments
 (0)