From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19360 invoked by alias); 30 Sep 2008 21:43:17 -0000 Received: (qmail 19344 invoked by uid 9699); 30 Sep 2008 21:43:16 -0000 Date: Tue, 30 Sep 2008 21:43:00 -0000 Message-ID: <20080930214316.19342.qmail@sourceware.org> From: mornfall@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test harness.sh 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/msg00049.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall@sourceware.org 2008-09-30 21:43:16 Modified files: test : harness.sh Log message: Improve harness.sh output: also mention failing test's name near the end of its output. Avoids the need to scroll back just to see which failing test you are looking at. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/harness.sh.diff?cvsroot=lvm2&r1=1.1&r2=1.2 --- LVM2/test/harness.sh 2008/09/29 15:59:19 1.1 +++ LVM2/test/harness.sh 2008/09/30 21:43:16 1.2 @@ -18,7 +18,8 @@ printf -- "--- Output: $t -" for i in `seq $(($len + 14)) 78`; do echo -n "-"; done; echo printf "%s\n" "$out" - for i in `seq 1 78`; do echo -n "-"; done; echo + printf -- "--- End: $t ----" + for i in `seq $(($len + 14)) 78`; do echo -n "-"; done; echo failed="$failed $t" fi done