diff options
author | unknown <tsmith@siva.hindu.god> | 2007-01-18 13:15:16 -0700 |
---|---|---|
committer | unknown <tsmith@siva.hindu.god> | 2007-01-18 13:15:16 -0700 |
commit | d0cfcce458fd129086d402a8c98a21f651e0fd87 (patch) | |
tree | cbc1ca6741afc1280a1ac4534964c07147c3e644 /Makefile.am | |
parent | 377fc51a2522e124122bd35869598a0055410343 (diff) | |
download | mariadb-git-d0cfcce458fd129086d402a8c98a21f651e0fd87.tar.gz |
Makefile.am: Fix previous bad merge. Re-enable the test-ps target.
Makefile.am:
Fix previous bad merge. Re-enable the 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 0f3d7405856..798d1944fd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,7 @@ tags: # will then calculate the various port numbers it needs from this, # making sure each user use different ports. +test-ps: @PERL@ ./mysql-test-run.pl $(force) --ps-protocol test-ns: |