NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/45038: lack of tests options
The following reply was made to PR misc/45038; it has been noted by GNATS.
From: Nicolas Joly <njoly%pasteur.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/45038: lack of tests options
Date: Thu, 16 Jun 2011 15:21:55 +0200
--uAKRQypu60I7Lcqm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Fri, Jun 10, 2011 at 05:50:00AM +0000, yamt%NetBSD.org@localhost wrote:
> >Number: 45038
> >Category: misc
> >Synopsis: lack of tests options
> >Confidential: no
> >Severity: non-critical
> >Priority: low
> >Responsible: misc-bug-people
> >State: open
> >Class: doc-bug
> >Submitter-Id: net
> >Arrival-Date: Fri Jun 10 05:50:00 +0000 2011
> >Originator: YAMAMOTO Takashi
> >Release: NetBSD current
> >Organization:
>
> >Environment:
>
>
> System: NetBSD current
> Architecture: i386
> Machine: i386
> >Description:
> i always fail to remember the fstype= option in the following.
>
> cd /usr/tests/fs/vfs; atf-run -v fstype=nfs|atf-report
>
> probably options like this should be documented in tests(7)?
Hi,
Does the following patch fit your needs ?
Thanks.
--
Nicolas Joly
Projects and Developments in Bioinformatics
Institut Pasteur, Paris.
--uAKRQypu60I7Lcqm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="netbsd-testsman.diff"
Index: share/man/man7/tests.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/tests.7,v
retrieving revision 1.4
diff -u -p -r1.4 tests.7
--- share/man/man7/tests.7 7 Nov 2010 17:49:33 -0000 1.4
+++ share/man/man7/tests.7 16 Jun 2011 13:19:28 -0000
@@ -163,6 +163,16 @@ The suite-specific configuration file im
which contains properties shared among all test suites.
These files conform to the configuration file format described in
.Xr atf-formats 5 .
+.Pp
+The following configuration variables are available in the
+.Nx
+test suite :
+.Bl -tag -width "fstype"
+.It fstype
+When set to a filesystem type, restrict tests programs from the
+.Pa /usr/tests/fs/vfs
+tree to only run test cases for the given type.
+.El
.Ss What to do if something fails?
If there is
.Em any failure
--uAKRQypu60I7Lcqm--
Home |
Main Index |
Thread Index |
Old Index