1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

- fixed typo in mysql-test-run error message

mysql-test/mysql-test-run.sh:
   - fixed typo in error message
This commit is contained in:
unknown
2003-11-18 21:04:36 +01:00
parent 072acf59b4
commit 1afd45dbb9

View File

@ -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