Commit 41dffbb1 authored by unknown's avatar unknown
Browse files

mysql-test-run.sh:

  fixed start-and-exit flag


mysql-test/mysql-test-run.sh:
  fixed start-and-exit flag
parent ac630383
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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"

#