mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03:00
noot
This commit is contained in:
parent
41a4320fd3
commit
b19feec6dc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue