mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql-test-run.sh:
fixed start-and-exit flag mysql-test/mysql-test-run.sh: fixed start-and-exit flag
This commit is contained in:
@ -1630,6 +1630,12 @@ run_testcase ()
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "x$START_AND_EXIT" = "x1" ] ; then
|
||||||
|
echo "Servers started, exiting"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
cd $MYSQL_TEST_DIR
|
cd $MYSQL_TEST_DIR
|
||||||
|
|
||||||
if [ -f $tf ] ; then
|
if [ -f $tf ] ; then
|
||||||
@ -1767,11 +1773,6 @@ then
|
|||||||
mysql_loadstd
|
mysql_loadstd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$START_AND_EXIT" = "x1" ] ; then
|
|
||||||
echo "Servers started, exiting"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
$ECHO "Starting Tests"
|
$ECHO "Starting Tests"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user