]> git.pld-linux.org Git - packages/ruby.git/blame - testrb.1
- unconditional noarch subpackages
[packages/ruby.git] / testrb.1
CommitLineData
92275170 1.\" DO NOT MODIFY THIS FILE! it was generated by rd2
2.TH testrb 1 "December 2003"
3.SH NAME
4.PP
d90f40ce 5testrb \- Automatic runner for Test::Unit of Ruby
92275170 6.SH SYNOPSIS
7.PP
8testrb [options] [\-\- untouched arguments] test ...
9.SH DESCRIPTION
10.PP
11testrb loads and runs unit\-tests. If test is directory name, testrb1.8
12testrb traverses the directory.
13.SH OPTIONS
14.TP
15.fi
16.B
17\-r, \-\-runner=RUNNER
18Use the given RUNNER. (t[k], c[onsole], g[tk], f[ox])
19.TP
20.fi
21.B
22\-a, \-\-add=TORUN
23Add TORUN to the list of things to run; can be a file or a directory.
24.TP
25.fi
26.B
27\-p, \-\-pattern=PATTERN
28Match files to collect against PATTERN. (default pattern is
29/\\Atest_.*\\.rb\\Z/.)
30.TP
31.fi
32.B
33\-n, \-\-name=NAME
34Runs tests matching NAME. (patterns may be used.)
35.TP
36.fi
37.B
38\-t, \-\-testcase=TESTCASE
39Runs tests in TestCases matching TESTCASE. (patterns may be used.)
40.TP
41.fi
42.B
43\-v, \-\-verbose=[LEVEL]
44Set the output level (default is verbose). (p[rogress], n[ormal],
45v[erbose], s[ilent])
46.TP
47.fi
48.B
49\-\-
50Stop processing options so that the remaining options will be passed to
51the test.
52.TP
53.fi
54.B
55\-h, \-\-help
56Display help.
57.SH AUTHOR
58.PP
59This manpage was contributed by akira yamada <akira@debian.org>
60
This page took 0.08567 seconds and 4 git commands to generate.