Re: Running all regression tests

2010-06-04 Thread Erik Cederstrand
Den 03/06/2010 kl. 16.14 skrev Maxim Konovalov: > On Thu, 3 Jun 2010, 15:15+0200, Erik Cederstrand wrote: > >> I just wrote a shell script to recurse into the subdirectories and >> run make on the Makefiles found. Unfortunately, some of the >> Makefiles start running tests immediately, some have

Re: Running all regression tests

2010-06-03 Thread Erik Cederstrand
Den 04/06/2010 kl. 01.10 skrev David Rhodus: > Doing a ./test.sh make crashes my -current machine pretty quickly. > It stops inBuilding in /usr/src/tools/regression/bin/mv Well there you go. The regression tests are already useful :-) The Makefile in tools/regression/bin/mv just runs 'sh re

Re: Running all regression tests

2010-06-03 Thread Garrett Cooper
On Thu, Jun 3, 2010 at 12:45 PM, Giorgos Keramidas wrote: >> It seems the p5-Test-Harness may be too simple for our >> requirements. Has anyone looked into using NetBSD's ATF >> (http://www.netbsd.org/~jmmv/atf/) in FreeBSD? > > I am not sure if it makes sense to import ATF into the *base* > syste

Re: Running all regression tests

2010-06-03 Thread David Rhodus
Doing a ./test.sh make crashes my -current machine pretty quickly. It stops inBuilding 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 Leidinge

Re: Running all regression tests

2010-06-03 Thread Erik Cederstrand
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. W

Re: Running all regression tests

2010-06-03 Thread 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

Re: Running all regression tests

2010-06-03 Thread Giorgos Keramidas
> It seems the p5-Test-Harness may be too simple for our > requirements. Has anyone looked into using NetBSD's ATF > (http://www.netbsd.org/~jmmv/atf/) in FreeBSD? I am not sure if it makes sense to import ATF into the *base* system, but it sure looks like a nice ports/ addition. The work of writ

Re: Running all regression tests

2010-06-03 Thread Garrett Cooper
On Thu, Jun 3, 2010 at 5:46 AM, Bruce Cran wrote: > On Thu, 3 Jun 2010 14:13:06 +0400 (MSD) > 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

Re: Running all regression tests

2010-06-03 Thread Maxim Konovalov
On Thu, 3 Jun 2010, 15:15+0200, Erik Cederstrand wrote: > > Den 03/06/2010 kl. 14.53 skrev Mehmet Erol Sanliturk: > > > > 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 ? > > I just wrote a shell script to r

Re: Running all regression tests

2010-06-03 Thread Erik Cederstrand
Den 03/06/2010 kl. 14.53 skrev Mehmet Erol Sanliturk: > > 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 ? I just wrote a shell script to recurse into the subdirectories and run make on the Makefiles found. Unfo

Re: Running all regression tests

2010-06-03 Thread Mehmet Erol Sanliturk
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 on

Re: Running all regression tests

2010-06-03 Thread Alexander Leidinger
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 subdire

Re: Running all regression tests

2010-06-03 Thread Bruce Cran
On Thu, 3 Jun 2010 14:13:06 +0400 (MSD) 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

Re: Running all regression tests

2010-06-03 Thread Maxim Konovalov
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 eve

Running all regression tests

2010-06-03 Thread Erik Cederstrand
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'.