You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: display test output on failure for runtime errors
Show captured stdout/stderr in an "Output:" section when tests fail
with runtime errors (command not found, unbound variable, etc.).
- Add BASHUNIT_SHOW_OUTPUT_ON_FAILURE config (default: true)
- Add --show-output and --no-output-on-failure CLI options
- Update documentation and changelog
0 commit comments