diff options
author | tulin@dl145b.mysql.com <> | 2005-06-20 14:24:13 +0200 |
---|---|---|
committer | tulin@dl145b.mysql.com <> | 2005-06-20 14:24:13 +0200 |
commit | 27cdade716cf53418f892c9f5b8ab5838b49764c (patch) | |
tree | f108aa3b2c2f759ff0ae9f10da05ea6b1be4aa49 /Makefile.am | |
parent | b217fc0692b2deb1ecfbe1da031a21331b39fc93 (diff) | |
parent | b875f7902d1b5960d7274351c7143d77656e1c78 (diff) | |
download | mariadb-git-27cdade716cf53418f892c9f5b8ab5838b49764c.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3827a03445b..514cd21274f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,12 +102,13 @@ tags: # Test installation test: - cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol + cd mysql-test; \ + perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol test-force: cd mysql-test; \ - ./mysql-test-run --force ;\ - ./mysql-test-run --ps-protocol --force + perl mysql-test-run.pl --force ;\ + perl mysql-test-run.pl --ps-protocol --force # Don't update the files from bitkeeper %::SCCS/s.% |