mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-13 22:51:08 -05: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") {
|
if flag.Lookup("test.v") == nil || !strings.Contains(os.Args[0], ".test") {
|
||||||
return caddy.ExitCodeSuccess, nil
|
|
||||||
} else {
|
|
||||||
select {}
|
select {}
|
||||||
|
} else {
|
||||||
|
return caddy.ExitCodeSuccess, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue