diff options
author | msvensson@neptunus.(none) <> | 2005-05-25 11:10:10 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-25 11:10:10 +0200 |
commit | 0ed2e577318c5121ac3509ce16b829f37f02a8ed (patch) | |
tree | 987ab9f8515a0663c3a8fccc6982762c336b682e | |
parent | 548994aa7bd55ceed5c1379fef333c3ded0f4036 (diff) | |
download | mariadb-git-0ed2e577318c5121ac3509ce16b829f37f02a8ed.tar.gz |
Use one err file for each master
-rw-r--r-- | mysql-test/mysql-test-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 4fee560ee44..3f7e7d22200 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1181,8 +1181,8 @@ start_master() $NOT_FIRST_MASTER_EXTRA_OPTS" fi - CUR_MYERR=$MASTER_MYERR - CUR_MYSOCK=$MASTER_MYSOCK + CUR_MYERR=$MASTER_MYERR$1 + CUR_MYSOCK=$MASTER_MYSOCK$1 # For embedded server we collect the server flags and return if [ "x$USE_EMBEDDED_SERVER" = "x1" ] ; then |