Commit 41dffbb1 authored by unknown's avatar unknown

mysql-test-run.sh:

  fixed start-and-exit flag


mysql-test/mysql-test-run.sh:
  fixed start-and-exit flag
parent ac630383
......@@ -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"
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment