1
0
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:
unknown
2005-02-07 17:59:46 +01:00
parent ac630383f4
commit 41dffbb150

View File

@ -1630,6 +1630,12 @@ run_testcase ()
fi
fi
fi
if [ "x$START_AND_EXIT" = "x1" ] ; then
echo "Servers started, exiting"
exit
fi
cd $MYSQL_TEST_DIR
if [ -f $tf ] ; then
@ -1767,11 +1773,6 @@ then
mysql_loadstd
fi
if [ "x$START_AND_EXIT" = "x1" ] ; then
echo "Servers started, exiting"
exit
fi
$ECHO "Starting Tests"
#