summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <tsmith@siva.hindu.god>2007-01-23 10:43:21 -0700
committerunknown <tsmith@siva.hindu.god>2007-01-23 10:43:21 -0700
commitdf5030c49ab5090cb2795aa2603428331606e39c (patch)
treed9787e2301cfefe9ebafd9410438fb122d2b1809 /Makefile.am
parent49b814e5f541e2e7e7eabfacf073f9c0fb5fa980 (diff)
downloadmariadb-git-df5030c49ab5090cb2795aa2603428331606e39c.tar.gz
Makefile.am: Fix bad merge: add 'cd mysql-test' to test-ps: target
Makefile.am: Fix bad merge: add 'cd mysql-test' to test-ps: target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 798d1944fd0..04d50ccfbaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,6 +123,7 @@ tags:
# making sure each user use different ports.
test-ps:
+ cd mysql-test ; \
@PERL@ ./mysql-test-run.pl $(force) --ps-protocol
test-ns: