File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -234,19 +234,22 @@ unittest__run() {
234
234
case $1 in
235
235
-h|--help)
236
236
cat >&2 << -'EOF '
237
- unittest - unit tests framework for shell scripts.
238
- Usage:
239
- unittest [options] [test_directory|test_file]
237
+ unittest - unit tests framework for shell scripts.
240
238
241
- Options:
242
- -h, --help Show this help and exit.
243
- -v, --version Show version number and exit.
244
- EOF
239
+ Usage:
240
+ unittest [options] [test_directory | test_file]
241
+
242
+ Options:
243
+ -h, --help Show this help and exit.
244
+ -v, --version Show version number and exit.
245
+
246
+ Without any arguments it will run all tests from 'tests' directory.
247
+ EOF
245
248
exit 0
246
249
;;
247
250
248
251
-v|--version)
249
- printf ' unittest 23.7 \n' >&2
252
+ printf ' unittest 23.11 \n' >&2
250
253
exit 0
251
254
;;
252
255
* ) # specified directory/file
You can’t perform that action at this time.
0 commit comments