Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Renegade-Master <[email protected]>
  • Loading branch information
Renegade-Master authored Jan 26, 2024
1 parent 484ec69 commit 9a86858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestFirstRun() {

if output := saveShellCmd("timeout", testInstallTimeout, serverFile); bytes.Contains(output, []byte(badStartMessage)) {

//log.Fatalf("Detected that the Server failed to start correctly. Log attached below:\n%s\n", output)
log.Fatalf("Detected that the Server failed to start correctly. Log attached below:\n%s\n", output)
}

log.Println("Test Run Complete!")
Expand Down

0 comments on commit 9a86858

Please sign in to comment.