Skip to content

Commit

Permalink
Use fakemachine "quiet" option unless --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmx authored and Magnutic committed Jan 31, 2024
1 parent d4541d8 commit c7b54c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/debos/debos.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ func main() {
}
}

// Silence extra output from fakemachine unless the --verbose flag was passed.
m.SetQuiet(!options.Verbose)

exitcode, err = m.RunInMachineWithArgs(args)
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit c7b54c6

Please sign in to comment.