From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 10:13:09 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0FB1065672 for ; Thu, 3 Jun 2010 10:13:09 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mp2.macomnet.net (cl-2958.ham-01.de.sixxs.net [IPv6:2001:6f8:900:b8d::2]) by mx1.freebsd.org (Postfix) with ESMTP id AC26C8FC12 for ; Thu, 3 Jun 2010 10:13:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.3/8.14.3) with ESMTP id o53AD6uA047130; Thu, 3 Jun 2010 14:13:06 +0400 (MSD) (envelope-from maxim.konovalov@gmail.com) Date: Thu, 3 Jun 2010 14:13:06 +0400 (MSD) From: Maxim Konovalov To: Erik Cederstrand In-Reply-To: <97382526-EC81-4660-B494-315A73DD5783@cederstrand.dk> Message-ID: <20100603140951.J65565@mp2.macomnet.net> References: <97382526-EC81-4660-B494-315A73DD5783@cederstrand.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Thu, 03 Jun 2010 11:23:36 +0000 Cc: current@freebsd.org Subject: Re: Running all regression tests X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 10:13:09 -0000 On Thu, 3 Jun 2010, 12:02+0200, Erik Cederstrand wrote: > Hi, > > I'd like to run the regression tests in src/tools/regression on a > regular basis. What's the official way to do this? Is there some way > I can run them all in one go? > There is no one. Yet. > It seems it's necessary to enter every single subdirectory and > execute any Makefiles located there before running 'prove -r'. Some > of the tests don't contain .t files, so I assume they can't be run > using 'prove'? > Yes, correct. > Also, I'd like to filter out the tests that don't apply on my > system, e.g. zfs tests. > > Thanks, > Erik -- Maxim Konovalov