Skip to content

Commit db90663

Browse files
committed
docs: add --progress-bar to help output
1 parent 2d48710 commit db90663

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/console_header.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Options:
7575
-p, --parallel || --no-parallel [default]
7676
Run each test in child process, randomizing the tests execution order.
7777
78+
-pb, --progress-bar
79+
Display a real-time progress bar during test execution. Requires a TTY and disables parallel mode.
80+
7881
-r, --report-html <out.html>
7982
Create a report HTML file that contains information about the test results.
8083

tests/acceptance/snapshots/bashunit_path_test_sh.test_bashunit_without_path_env_nor_argument.snapshot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Options:
2222
-p, --parallel || --no-parallel [default]
2323
Run each test in child process, randomizing the tests execution order.
2424

25+
-pb, --progress-bar
26+
Display a real-time progress bar during test execution. Requires a TTY and disables parallel mode.
27+
2528
-r, --report-html <out.html>
2629
Create a report HTML file that contains information about the test results.
2730

tests/acceptance/snapshots/bashunit_test_sh.test_bashunit_should_display_help.snapshot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Options:
2121
-p, --parallel || --no-parallel [default]
2222
Run each test in child process, randomizing the tests execution order.
2323

24+
-pb, --progress-bar
25+
Display a real-time progress bar during test execution. Requires a TTY and disables parallel mode.
26+
2427
-r, --report-html <out.html>
2528
Create a report HTML file that contains information about the test results.
2629

0 commit comments

Comments
 (0)