summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-02-01 15:59:51 +0100
committeristruewing@chilla.local <>2007-02-01 15:59:51 +0100
commitb0e8f2b534d0314e41fa3005a584b6d3574216cc (patch)
tree33c492c5a4984a4d2083564431ef5e06c08847b7 /Makefile.am
parent1c34270464d241148bbcf8abeb80a96f390561fe (diff)
downloadmariadb-git-b0e8f2b534d0314e41fa3005a584b6d3574216cc.tar.gz
Bug#25844: "make test" does not find mysql-test-run.pl
Need to change directory before calling mysql-test-run.pl
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: