Commit b4859c59 authored by unknown's avatar unknown
Browse files

- fixed the "test-force" target in the toplevel Makefile.am for systems on which

  "." is not in the PATH...


Makefile.am:
  - fixed the "test-force" target for systems on which "." is not in the PATH...
parent 1bf54d09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,8 +104,8 @@ test:

test-force:
	cd mysql-test; \
	mysql-test-run --force ;\
	mysql-test-run --ps-protocol --force
	./mysql-test-run --force ;\
	./mysql-test-run --ps-protocol --force

# Don't update the files from bitkeeper
%::SCCS/s.%