mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
- fixed typo in mysql-test-run error message
This commit is contained in:
parent
25cd7c3bfe
commit
d2295c2c52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue