diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 17:59:46 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 17:59:46 +0100 |
commit | ee985f9a7ea59b1c97ac180b0ca706b5ec685307 (patch) | |
tree | dabef8dee8b5a5b277c9262dc57926be703b6e19 /mysql-test | |
parent | 3249388a5d9b3c4a5cdce373854d3e5efc6aeb41 (diff) | |
download | mariadb-git-ee985f9a7ea59b1c97ac180b0ca706b5ec685307.tar.gz |
mysql-test-run.sh:
fixed start-and-exit flag
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 0c3d3dcdf0f..39d3f0492c2 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -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" # |