From owner-cvs-all Tue Jun 25 5:40:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0562537B400; Tue, 25 Jun 2002 05:40:05 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PCe4E96076; Tue, 25 Jun 2002 05:40:04 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206251240.g5PCe4E96076@freefall.freebsd.org> From: Juli Mallett Date: Tue, 25 Jun 2002 05:40:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin regress.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/25 05:40:04 PDT Modified files: tools/regression/usr.bin regress.m4 Log: Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) to handle printing of the PASS/FAIL messages. Suffix PASS/FAIL/FATAL with the string (in $directory) where $directory is ${.CURDIR} from make(1), to make it easier to use grep(1) and a bit of sed/awk to do statistics of failure for some utilities over time, etc. Revision Changes Path 1.4 +14 -19 src/tools/regression/usr.bin/regress.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message