From 57f926be170d8f0d6ba9587f09065ff68690970b Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Mon, 29 Sep 2008 16:07:02 +0000 Subject: [PATCH] Update test/Makefile.in to use the new harness for calling tests. --- test/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index 018c4e8dc..29803f115 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -26,6 +26,8 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ all: init.sh + sh harness.sh + init.sh: Makefile.in .bin-dir-stamp rm -f $@-t $@ echo 'top_srcdir=$(top_srcdir)' >> $@-t @@ -47,8 +49,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(T): init.sh - @echo "*** $@ ***"; '$(SHELL_PATH_SQ)' \ - $(TESTS_ENVIRONMENT) $@ $(LVM_TEST_OPTS) + sh harness.sh $@ .bin-dir-stamp: lvm-wrapper rm -rf bin @@ -76,6 +77,5 @@ clean: distclean: clean -all: $(T) .PHONY: $(T) clean distclean .NOTPARALLEL: -- 2.43.5