All of lore.kernel.org
 help / color / mirror / Atom feed
From: mornfall@sourceware.org <mornfall@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/test harness.sh
Date: 30 Sep 2008 21:43:16 -0000	[thread overview]
Message-ID: <20080930214316.19342.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall at 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



             reply	other threads:[~2008-09-30 21:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-30 21:43 mornfall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-30 21:45 LVM2/test harness.sh mornfall
2008-11-04 14:37 mornfall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080930214316.19342.qmail@sourceware.org \
    --to=mornfall@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.