summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-12-13 21:43:30 +0100
committerlenz@mysql.com <>2004-12-13 21:43:30 +0100
commit2cd30dc6744c78f2d623177fd5f24523e1d8f701 (patch)
tree366322e826299608fd1f691e8f4a09dc5e8cae7f /Makefile.am
parentbde49d08c77b1c04f0da6f8828f66d40a015911e (diff)
downloadmariadb-git-2cd30dc6744c78f2d623177fd5f24523e1d8f701.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