Commit b0e8f2b5 authored by istruewing@chilla.local's avatar istruewing@chilla.local
Browse files

Bug#25844: "make test" does not find mysql-test-run.pl

Need to change directory before calling mysql-test-run.pl
parent 1c342704
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: