From owner-cvs-all@FreeBSD.ORG Fri May 16 03:55:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B711637B401; Fri, 16 May 2003 03:55:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5705443F75; Fri, 16 May 2003 03:55:50 -0700 (PDT) (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 h4GAto0U034113; Fri, 16 May 2003 03:55:50 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4GAto0L034112; Fri, 16 May 2003 03:55:50 -0700 (PDT) Message-Id: <200305161055.h4GAto0L034112@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 16 May 2003 03:55:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tbmaster.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 10:55:51 -0000 des 2003/05/16 03:55:50 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.pl Log: Don't be so sensitive; /\bStop\b/ can occur in normal output and trick tbmaster into thinking the build failed. Look for /^Stop in / instead. Revision Changes Path 1.23 +1 -1 src/tools/tools/tinderbox/tbmaster.pl