Commit 8f0530d0 authored by unknown's avatar unknown
Browse files

Removed redundant case in Makefile.am



Makefile.am:
  Removed redundant case
parent 3b08dec4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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