summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-12-13 21:43:30 +0100
committerunknown <lenz@mysql.com>2004-12-13 21:43:30 +0100
commit01e2c3f0994731ff552f93d36e6928cdcbf10148 (patch)
tree366322e826299608fd1f691e8f4a09dc5e8cae7f /Makefile.am
parent844c6e3495712e30a21090d481428f82ff39e51a (diff)
downloadmariadb-git-01e2c3f0994731ff552f93d36e6928cdcbf10148.tar.gz
- a fix for the fix - now "make test" will run the test suite with and
without the PS protocol
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index b00b3747294..c1ae9217e8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,8 +100,4 @@ tags:
# Test installation
test:
- cd mysql-test
- ./mysql-test-run
- ./mysql-test-run --ps-protocol
-
-
+ cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol