From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 23:11:02 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 D05A61065677 for ; Thu, 3 Jun 2010 23:11:02 +0000 (UTC) (envelope-from sdrhodus@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 687E38FC1B for ; Thu, 3 Jun 2010 23:11:02 +0000 (UTC) Received: by vws19 with SMTP id 19so151997vws.13 for ; Thu, 03 Jun 2010 16:11:01 -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=KR+zwYeMvjCvFdCXaGHOxOIx5Acz+ZbO04ERpSnBYok=; b=fRNwniyTIyl9pgjpdJFPEfQHbcd2ymjfWZ8W8Tzc3laCLLiRJe528JoUeKHCL94iYJ tyFC+yup/crbZnPTtMMpOI38y2m5+PoAaKZP0BP3PufenZvSX1HFnYftJ7RaAfJUDl4i vk8EKKWXmFHZfVYm/hUiC8fJPKmwSyT3tRZ2I= 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=nd2c7DVmH9rNbIp/JVLa5s00/iGbMe3j8vSeiL1FLS5nJfJ6ss3YWHv3HrXFBPsL3t g5CheJxcfpr+burpD+XVdKZ+/+IVUjyprntRTQN794Ts7pEuGoOrodN6av0tJJfLMgzB ua3BtHIMIFT6D3jrQceDH5n6NrWKdyoJYBICQ= MIME-Version: 1.0 Received: by 10.224.88.220 with SMTP id b28mr5028788qam.91.1275606659466; Thu, 03 Jun 2010 16:10:59 -0700 (PDT) Received: by 10.229.232.212 with HTTP; Thu, 3 Jun 2010 16:10:59 -0700 (PDT) In-Reply-To: References: <97382526-EC81-4660-B494-315A73DD5783@cederstrand.dk> <20100603145013.599226aj5n6rgikg@webmail.leidinger.net> <87ljav99j2.fsf@kobe.laptop> Date: Thu, 3 Jun 2010 19:10:59 -0400 Message-ID: From: David Rhodus To: Erik Cederstrand Content-Type: text/plain; charset=ISO-8859-1 Cc: Giorgos Keramidas , Alexander Leidinger , 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 23:11:02 -0000 Doing a ./test.sh make crashes my -current machine pretty quickly. It stops in Building in /usr/src/tools/regression/bin/mv On Thu, Jun 3, 2010 at 6:19 PM, Erik Cederstrand wrote: > > Den 03/06/2010 kl. 21.54 skrev Giorgos Keramidas: > >> On Thu, 03 Jun 2010 14:50:13 +0200, Alexander Leidinger wrote: >>> Quoting Erik Cederstrand (from Thu, 3 Jun 2010 >>> 12:02:51 +0200): >>> >>>> 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? >>>> >>>> It seems it's necessary to enter every single subdirectory and >>>> execute any Makefiles located there before running 'prove -r'. Some >>> >>> You could write a Makefile which recurses into the subdirs. > > I ended up with the attached shell script which does the job (but not very elegantly) for the time being. > > As stated elsewhere in this thread, some tests need cleaning up and rewriting to the standard format. > > Erik > >