-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve camouflage statup issues by increasing timeout to 30 seconds.
Improve camouflage error reporting by redirecting stdout and stderr to a file. This is a work-around for not being able to control the log level of camouflage's console logger testinggospels/camouflage#244 We can't redirect stdout/stderr to a PIPE since on successful startup the PIPE would fill and block camouflage. On the other hand sending stdout/stderr to /dev/null prevents users from seeing errors from the shell/OS regarding camouflage failing to start.
- Loading branch information
1 parent
fbc68de
commit 0978763
Showing
1 changed file
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters