This commit is contained in:
a 2024-06-18 21:01:15 -05:00
parent 41a4320fd3
commit b19feec6dc
No known key found for this signature in database
GPG key ID: 374BC539FE795AF0

View file

@ -283,9 +283,9 @@ func cmdRun(fl Flags) (int, error) {
}
if flag.Lookup("test.v") == nil || !strings.Contains(os.Args[0], ".test") {
return caddy.ExitCodeSuccess, nil
} else {
select {}
} else {
return caddy.ExitCodeSuccess, nil
}
}