From 9a8685839bba9d41e18070b30d74e01e5173c858 Mon Sep 17 00:00:00 2001 From: Renegade-Master Date: Fri, 26 Jan 2024 01:36:05 +0000 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Renegade-Master --- internal/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils.go b/internal/utils.go index 7ad8f24..15881e6 100644 --- a/internal/utils.go +++ b/internal/utils.go @@ -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!")