Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error handling, output stdout & stderr on problems #95

Merged
merged 1 commit into from
May 24, 2024

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented May 23, 2024

Instead of redirecting everything to /dev/null, let's accumulate each command stdout and stderr to temp file and, in case that the command fails, output all the details.

Instead of redirecting everything to /dev/null, let's
accumulate each command stdout and stderr to temp file and,
in case that the command fails, output all the details.
@andrewnicols andrewnicols merged commit 33bbe63 into moodlehq:main May 24, 2024
1 check passed
@stronk7
Copy link
Member Author

stronk7 commented May 24, 2024

tata!

@stronk7 stronk7 deleted the better_error_handling branch May 24, 2024 11:31
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.

2 participants