Commit d8a992e1 authored by unknown's avatar unknown

- fixed typo in mysql-test-run error message


mysql-test/mysql-test-run.sh:
   - fixed typo in error message
parent d0c1035e
......@@ -1311,7 +1311,7 @@ run_testcase ()
show_failed_diff $tname
$ECHO
if [ x$FORCE != x1 ] ; then
$ECHO "Aborting becasue $tname failed. To continue, re-run with '--force'."
$ECHO "Aborting: $tname failed. To continue, re-run with '--force'."
$ECHO
if [ -z "$DO_GDB" ] && [ -z "$USE_RUNNING_SERVER" ] && [ -z "$DO_DDD" ]
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment