From owner-cvs-all Sat Apr 20 17:18:32 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 9F04C37B419; Sat, 20 Apr 2002 17:18:29 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L0ITx98708; Sat, 20 Apr 2002 17:18:29 -0700 (PDT) (envelope-from jmallett) Message-Id: <200204210018.g3L0ITx98708@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 20 Apr 2002 17:18:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/uudecode regress.sh src/tools/regression/usr.bin/uuencode regress.sh src/tools/regression/usr.bin/xargs regress.sh 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/04/20 17:18:29 PDT Modified files: tools/regression/usr.bin/uudecode regress.sh tools/regression/usr.bin/uuencode regress.sh tools/regression/usr.bin/xargs regress.sh Log: Only exit at the end of a test, exit with the last value of $? that was not 0. This way the entire regression test is looked at as a pass/fail, not just one sub-test. Revision Changes Path 1.2 +5 -1 src/tools/regression/usr.bin/uudecode/regress.sh 1.3 +5 -1 src/tools/regression/usr.bin/uuencode/regress.sh 1.2 +5 -1 src/tools/regression/usr.bin/xargs/regress.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message