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.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2010-04-13 07:34:19

Modified files:
	test           : harness.c 

Log message:
	Fix a reversed exit status from test harness.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/harness.c.diff?cvsroot=lvm2&r1=1.9&r2=1.10

--- LVM2/test/harness.c	2010/04/13 07:33:34	1.9
+++ LVM2/test/harness.c	2010/04/13 07:34:19	1.10
@@ -196,5 +196,5 @@
 		printf("\n");
 		return s.nfailed > 0 || die;
 	}
-	return !die;
+	return die;
 }


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