From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 12:53:23 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 8AA60106566C for ; Thu, 3 Jun 2010 12:53:23 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD768FC1D for ; Thu, 3 Jun 2010 12:53:21 +0000 (UTC) Received: by fxm5 with SMTP id 5so83226fxm.13 for ; Thu, 03 Jun 2010 05:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2paaOwDc6nXrazZToi/Onzra4+SKl+AQyG9S9y+AWAU=; b=Q9lOBWxaE5s+I34phiKIGFonHihJScqmdvF7vgq5h9nA0MFGf2yLNJAmBBIK9lsT12 6pjv/5hHQJyrEs4B6mANWRznv5iP8xYCbwxtmpq6eGPywgUbIIpa6wetMfQF0+7gGzoF DcKXZj/wpkxXF9RZ7NAcqr42e68AFqBPtE23I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JpN3p2aEe4u4hGUf43kdLyas0jeXp2SSXOcxCLH8m2/DMtdoZoKf9eE+UyXGxuhzIS w7dlRdnnDS3KPo1nEWvMhjVd1X/JktmNtcovZ9O49ZpdBWA93l6n7/4b7XCWJ3bRRrKa 7tK9HyTtzatvanBGGUumq32edSvAFUzeDTynM= MIME-Version: 1.0 Received: by 10.239.180.17 with SMTP id f17mr681011hbg.138.1275569600236; Thu, 03 Jun 2010 05:53:20 -0700 (PDT) Received: by 10.239.132.194 with HTTP; Thu, 3 Jun 2010 05:53:20 -0700 (PDT) In-Reply-To: <20100603140951.J65565@mp2.macomnet.net> References: <97382526-EC81-4660-B494-315A73DD5783@cederstrand.dk> <20100603140951.J65565@mp2.macomnet.net> Date: Thu, 3 Jun 2010 08:53:20 -0400 Message-ID: From: Mehmet Erol Sanliturk To: Maxim Konovalov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org, Erik Cederstrand 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 12:53:23 -0000 On Thu, Jun 3, 2010 at 6:13 AM, Maxim Konovalov wrote: > 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 > I do not know how to perform regression tests , but is it not possible to write a shell script to perform the above manual steps ? In that way it may be possible to apply any selected steps in succession . Thank you very much . Mehmet Erol Sanliturk