Skip to content

Comments

fix: log stdout/stderr on action failures#176

Merged
benjie merged 3 commits intomainfrom
fix-action-errors
Dec 20, 2022
Merged

fix: log stdout/stderr on action failures#176
benjie merged 3 commits intomainfrom
fix-action-errors

Conversation

@benjie
Copy link
Member

@benjie benjie commented Dec 20, 2022

Fixes #167
Fixes #152

Description

We weren't previously outputting stdout/stderr of command actions when an error occurred. This fixes that, and also adds tests.

Performance impact

Virtually none.

Security impact

None.

Checklist

  • My code matches the project's code style and yarn lint:fix passes.
  • I've added tests for the new feature, and yarn test passes.
  • I have detailed the new feature in the relevant documentation.
  • I have added this feature to 'Pending' in the RELEASE_NOTES.md file (if one exists).
  • If this is a breaking change I've explained why.

@benjie benjie changed the title Add more instructions to CONTRIBUTING fix: log stdout/stderr on action failures Dec 20, 2022
@benjie benjie merged commit c6c9cc6 into main Dec 20, 2022
@benjie benjie deleted the fix-action-errors branch December 20, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show stderr/stdout instead of stacktrace in watch (and commit?)

1 participant