Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/e2e/s3: attach stdout & stderr to exec() errors
It may not be immediately obvious that stdout and stderr are actually available when a call to `child_process.exec()` fails. Attaching them here should bring attention to this, and aid future debugging.
- Loading branch information