Skip to content

Commit

Permalink
Snip another line
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Sep 20, 2024
1 parent 6d19cda commit d5d3df3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/svcinit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ func main() {
must(err)

fmt.Println("")
log.Printf("Executing test: %s, %s\n", testPath, strings.Join(testArgs, " "))
if !terseOutput {
log.Printf("Executing test: %s, %s\n", testPath, strings.Join(testArgs, " "))
}
testCmd = exec.CommandContext(ctx, testPath, testArgs...)
testCmd.Env = testEnv
testCmd.Stdout = os.Stdout
Expand Down

0 comments on commit d5d3df3

Please sign in to comment.