-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Like limactl, drenv logs only to stderr, so when running it in tests with: commands.run("drenv", "start", ...) we don't see anything in the test logs. If the test is blocking for long time, we have no way to debug this. The helpful log lines are buffered in the command error buffer. Use the new stderr= argument to watch and log the command output, and add helpers for drenv in a consistent way. Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
9 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