We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753f34f commit 1c2f990Copy full SHA for 1c2f990
1 file changed
bin/mergedevbranch
@@ -192,6 +192,9 @@ G=$(svn st | cut -c 1-7 | grep -oh 'G' | head -n 1)
192
##cp cicmd/commit-${rev}-merge.sh merged@$rev/commit
193
##cd -
194
195
+read -p "Continue with tests? [Y/n] "
196
+[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
197
+
198
echo -e "\nRunning tests"
199
time { ietf/manage.py test --settings=settings_sqlitetest \
200
|| die "Tests failed.\nThe commit script is ../cicmd/commit-${rev}-merge.sh"; } 3>&1 1>&2 2>&3 | bin/count
0 commit comments