summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <matthias@three.local.lan>2004-12-13 21:10:04 +0100
committerunknown <matthias@three.local.lan>2004-12-13 21:10:04 +0100
commit6daf2bcff51cc7ab1e0e33bc3a24fe9cc5349511 (patch)
treec8380faa882edfd3100800e6bf4976750e7b3500
parentbd8f96f759a1b633de5d6359c824277663ebd3f3 (diff)
parent844c6e3495712e30a21090d481428f82ff39e51a (diff)
downloadmariadb-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.am5
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
+