From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22506 invoked by alias); 29 Sep 2008 16:07:03 -0000 Received: (qmail 22400 invoked by uid 9699); 29 Sep 2008 16:07:02 -0000 Date: Mon, 29 Sep 2008 16:07:00 -0000 Message-ID: <20080929160702.22397.qmail@sourceware.org> From: mornfall@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test Makefile.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00040.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall@sourceware.org 2008-09-29 16:07:02 Modified files: test : Makefile.in Log message: Update test/Makefile.in to use the new harness for calling tests. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/Makefile.in.diff?cvsroot=lvm2&r1=1.11&r2=1.12 --- LVM2/test/Makefile.in 2008/08/28 10:07:33 1.11 +++ LVM2/test/Makefile.in 2008/09/29 16:07:02 1.12 @@ -26,6 +26,8 @@ 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 @@ 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 @@ distclean: clean -all: $(T) .PHONY: $(T) clean distclean .NOTPARALLEL: