diff options
author | unknown <matthias@three.local.lan> | 2004-12-13 21:10:04 +0100 |
---|---|---|
committer | unknown <matthias@three.local.lan> | 2004-12-13 21:10:04 +0100 |
commit | 6daf2bcff51cc7ab1e0e33bc3a24fe9cc5349511 (patch) | |
tree | c8380faa882edfd3100800e6bf4976750e7b3500 | |
parent | bd8f96f759a1b633de5d6359c824277663ebd3f3 (diff) | |
parent | 844c6e3495712e30a21090d481428f82ff39e51a (diff) | |
download | mariadb-git-6daf2bcff51cc7ab1e0e33bc3a24fe9cc5349511.tar.gz |
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0770854f176..b00b3747294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,5 +100,8 @@ tags: # Test installation test: - cd mysql-test ; ./mysql-test-run + cd mysql-test + ./mysql-test-run + ./mysql-test-run --ps-protocol + |