Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture flogging output in integration tests
Two suites use fabric packages instead of command line tools to interact with the network. This pattern results in log output going to Stderr instead of to GinkgoWriter. This means two things: 1. There's a bunch of logging that gets printed when running the tests that is intermingled with the test runner outout. 2. The log output is not captured in the GinkgoWriter associated with the test. Prevents time-ordered correlation of activities when failures occur. Address this by setting the GinkgoWriter as the flogging package writer in the test suite processes. Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
- Loading branch information