From 9d2be17b1a947accf71ac0c5bd8fd51b749180d2 Mon Sep 17 00:00:00 2001 From: unknown <lenz@mysql.com> Date: Fri, 27 May 2005 19:20:29 +0200 Subject: [PATCH] - 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... --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index eec27484710..b5ebe8eb8ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.% -- 2.30.9