We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28572b2 commit 5347d4eCopy full SHA for 5347d4e
bash_unit
@@ -284,7 +284,7 @@ usage() {
284
echo "$0 [-f <output format>] [-p <pattern1>] [-p <pattern2>] [-s <skip_pattern1>] [-s <skip_pattern2>] [-r] ... <test_file1> <test_file2> ..." >&2
285
echo >&2
286
echo "Runs tests in test files that match <pattern>s" >&2
287
- echo "Test that match the skip patterns are skipped and displayed as PENDING" >&2
+ echo "Test that match the skip patterns are skipped and displayed as SKIPPED" >&2
288
echo "<output format> is optional only supported value is tap" >&2
289
echo "-r to execute test cases in random order" >&2
290
echo "-v to get current version information" >&2
0 commit comments