diff options
author | unknown <tsmith@siva.hindu.god> | 2007-01-23 10:43:21 -0700 |
---|---|---|
committer | unknown <tsmith@siva.hindu.god> | 2007-01-23 10:43:21 -0700 |
commit | df5030c49ab5090cb2795aa2603428331606e39c (patch) | |
tree | d9787e2301cfefe9ebafd9410438fb122d2b1809 /Makefile.am | |
parent | 49b814e5f541e2e7e7eabfacf073f9c0fb5fa980 (diff) | |
download | mariadb-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.am | 1 |
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: |