diff options
author | lars@mysql.com <> | 2005-09-02 12:20:18 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-09-02 12:20:18 +0200 |
commit | 5fe6cbf7716f5ba4b41a145930650e38b6f27f9e (patch) | |
tree | 4eebf628e913e5eae09039fd3e2cadff17ef9b02 /Makefile.am | |
parent | 4a2d37926cd2f3d0d6ec849ecb85db95e40d61ef (diff) | |
download | mariadb-git-5fe6cbf7716f5ba4b41a145930650e38b6f27f9e.tar.gz |
Removed redundant case in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 353a05eeb14..ee0353349ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,12 +97,6 @@ tags: support-files/build-tags .PHONY: init-db bin-dist -# Test installation - -test: - cd mysql-test; \ - ./mysql-test-run && ./mysql-test-run --ps-protocol - # Test installation. Ports are configurable from the environment. MYSQL_TEST_MANAGER_PORT = 9305 |