Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attach stdout/stderr in RunAndWait (#209)
For #207. We need to attach stdout/stderr for a command whenever we don't have logging fields set so that we capture the output of our main application. But we can't do this in `setUpCmd` because it breaks the case of `RunAndWaitForOutput` so we've added it to `RunAndWait` directly.
- Loading branch information