From owner-cvs-src Wed Feb 12 13: 6:22 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FFA37B401; Wed, 12 Feb 2003 13:06:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D7C43F75; Wed, 12 Feb 2003 13:06:20 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1CL6Kbv068649; Wed, 12 Feb 2003 13:06:20 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1CL6KtN068648; Wed, 12 Feb 2003 13:06:20 -0800 (PST) Message-Id: <200302122106.h1CL6KtN068648@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 Feb 2003 13:06:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/tinderbox tbmaster.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2003/02/12 13:06:20 PST Modified files: tools/tools/tinderbox tbmaster.pl Log: Simplify the log accumulation code. It turns out that the trick of looking for ^===> can give quite annoying false positives, especially when building kernels, so drop it; the context can be inferred from make's "Stop in /foo/bar/baz" messages anyway. Also add a case that I'd missed the first time around (which happens to be the common case, not the exception...) Revision Changes Path 1.2 +6 -5 src/tools/tools/tinderbox/tbmaster.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message