We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d62e18 commit dc715d6Copy full SHA for dc715d6
test/bats.bats
@@ -1574,5 +1574,5 @@ HEREDOC
1574
bats_require_minimum_version 1.5.0
1575
reentrant_run ! bats "$FIXTURE_ROOT/passing.bats" --report-formatter "$REPORT_FORMATTER" --output "$BATS_TEST_TMPDIR"
1576
1577
- [ "${lines[0]}" = "ERROR: command \`$REPORT_FORMATTER\` failed with status 11" ]
+ [[ "${output}" = *"ERROR: command \`$REPORT_FORMATTER\` failed with status 11"* ]] || false
1578
}
0 commit comments