This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test harness.sh


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]