From fb4c949f57b281a232ea581e26b8c48be6c1d873 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Nov 2005 11:47:54 +0200 Subject: Added test-force to Makefile. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 35c5a51caf4..54bafaaa40a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,3 +96,7 @@ tags: test: cd mysql-test ; \ ./mysql-test-run + +test-force: + cd mysql-test ; \ + ./mysql-test-run --force -- cgit v1.2.1