This commit is contained in:
Zoltan Papp
2025-08-15 16:20:28 +02:00
parent d80fe7cc5a
commit a343157c45

View File

@@ -66,7 +66,7 @@ func TestServiceLifecycle(t *testing.T) {
}
fmt.Printf("--- Started TestServiceLifecycle test on %s %s\n", runtime.GOOS, currentUser.Username)
t.Log("--- Running service lifecycle test: %s, %s", runtime.GOOS, currentUser.Username)
t.Logf("--- Running service lifecycle test: %s, %s", runtime.GOOS, currentUser.Username)
// TODO: Add support for Windows and macOS
if runtime.GOOS != "linux" && runtime.GOOS != "freebsd" {