You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man/man1/bash_unit.1
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
bash_unit \- run unit tests
6
6
.SH SYNOPSIS
7
7
.Bbash_unit
8
-
[ -p TEST_NAME ... ]
8
+
[ -p TEST_PATTERN ... ]
9
9
.RI TESTS_FILE
10
10
.SH DESCRIPTION
11
11
bash_unit runs the tests writen in the tests_file given as argument. Tests file format is described below in the TESTS FILE section.
12
12
13
-
You can limit the tests to be run by naming them with the -p option. This option can be specified mutiple times in order to launch a subset of tests.
13
+
You can limit the tests to be run with the -p option. This option can be specified mutiple times in order to launch a subset of tests.
14
14
.SH OPTIONS
15
15
.TP
16
-
.BI\-p ""TEST_NAME
17
-
Default bash_unit behaviour is to run every test found in tests_file. This option will limit bash_unit to the specified tests.
16
+
.BI\-p ""TEST_PATTERN
17
+
Default bash_unit behaviour is to run every test found in tests_file. This option will limit bash_unit to the tests which name matches the specified pattern.
18
18
.SH TESTS FILE
19
19
TESTS FILE is a bash script only containing functions. There are some
0 commit comments