diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-29 17:33:24 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-29 17:33:24 +0200 |
commit | 2551fff8b2d50ecfd34a8100d95b2c8834f0fdb2 (patch) | |
tree | 0fcbdca1ee4538f75a160d0ca97b63cc826df74a /mysql-test | |
parent | 6bef32a76866d7bfae527eec032b5d6fb41bd2f4 (diff) | |
download | mariadb-git-2551fff8b2d50ecfd34a8100d95b2c8834f0fdb2.tar.gz |
Fixed bteam issue #37235: 5.0 trees now will work correctly in pb2 and
will not display "indicated result file not found" due to wrongly named
var directory.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/collections/default.push | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/collections/default.push b/mysql-test/collections/default.push index ce7b491efe7..638918d1026 100644 --- a/mysql-test/collections/default.push +++ b/mysql-test/collections/default.push @@ -1,2 +1,2 @@ -perl mysql-test-run.pl --timer --force --vardir=n_stm --comment=n_stm -perl mysql-test-run.pl --timer --force --vardir=ps_stm --comment=ps_stm --ps-protocol +perl mysql-test-run.pl --timer --force --vardir=var-n_stm --comment=n_stm +perl mysql-test-run.pl --timer --force --vardir=var-ps_stm --comment=ps_stm --ps-protocol |