Skip to content

Commit

Permalink
Removed fatal log;
Browse files Browse the repository at this point in the history
  • Loading branch information
Renegade-Master committed Jan 26, 2024
1 parent f3b7a23 commit 1c8bc07
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 @@ -78,7 +78,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 1c8bc07

Please sign in to comment.