summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rwxr-xr-xmysql-test/mysql-test-run.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 90277be13ff..6887eb5323c 100755
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -135,19 +135,19 @@ MYSQL_TEST="$MYSQL_TEST --no-defaults --socket=$MASTER_MYSOCK --database=$DB --u
GDB_MASTER_INIT=/tmp/gdbinit.master
GDB_SLAVE_INIT=/tmp/gdbinit.slave
-if [ "$1" = "-force" ] ; then
+if [ "$1" = "--force" ] ; then
FORCE=1
shift 1
fi
-if [ "$1" = "-record" ] ; then
+if [ "$1" = "--record" ] ; then
RECORD=1
shift 1
fi
-if [ "$1" = "-gcov" ];
+if [ "$1" = "--gcov" ];
then
if [ x$BINARY_DIST = x1 ] ; then
echo "Cannot do coverage test without the source - please us source dist"
@@ -483,7 +483,7 @@ run_testcase ()
$ECHO
$ECHO
if [ x$FORCE != x1 ] ; then
- echo "Aborting, if you want to continue, re-run with -force"
+ echo "Aborting, if you want to continue, re-run with --force"
mysql_stop
exit 1
fi