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 802d79d commit 5d62e18Copy full SHA for 5d62e18
test/bats.bats
@@ -1572,7 +1572,7 @@ HEREDOC
1572
chmod a+x "$REPORT_FORMATTER"
1573
1574
bats_require_minimum_version 1.5.0
1575
- reentrant_run -1 bats "$FIXTURE_ROOT/passing.bats" --report-formatter "$REPORT_FORMATTER" --output "$BATS_TEST_TMPDIR"
+ 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" ]
1578
}
0 commit comments