Skip to content

Commit

Permalink
Merge pull request #478 from bergmx/add-option-to-quiet-fakemachine
Browse files Browse the repository at this point in the history
Add option to quiet fakemachine
  • Loading branch information
obbardc authored Feb 1, 2024
2 parents d4541d8 + c7b54c6 commit f21bdfd
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 f21bdfd

Please sign in to comment.