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
+9-33
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
.\" Title: bash_unit
3
3
.\" Author: [see the "AUTHORS" section]
4
4
.\" Generator: Asciidoctor 1.5.5
5
-
.\" Date: 2017-07-03
5
+
.\" Date: 2017-07-07
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
-
.TH "BASH_UNIT" "1" "2017-07-03" "\ \&" "\ \&"
10
+
.TH "BASH_UNIT" "1" "2017-07-07" "\ \&" "\ \&"
11
11
.ie\n(.g .dsAq\(aq
12
12
.el .dsAq '
13
13
.ss\n[.ss]0
@@ -53,13 +53,13 @@ The only supported value is \fBtap\fP.
53
53
.RE
54
54
.SH "HOW TO RUN TESTS"
55
55
.sp
56
-
To run tests, simply call \fBbash_unit\fP with all your tests files as parameter. For instance to run \fBbash_unit\fP tests, from \fBbash_unit\fP directory:
56
+
To run tests, simply call \fBbash_unit\fP with all your tests files as parameter. For instance to run some \fBbash_unit\fP tests, from \fBbash_unit\fP directory:
57
57
.sp
58
58
.ifn\{\
59
59
.RS4
60
60
.\}
61
61
.nf
62
-
\&./bash_unit tests/test_bash_unit.sh
62
+
\&./bash_unit tests/test_core.sh
63
63
.fi
64
64
.ifn\{\
65
65
.RE
@@ -69,7 +69,7 @@ To run tests, simply call \fBbash_unit\fP with all your tests files as parameter
0 commit comments