mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Don't stop listeners that don't exist in static_handler_SUITE
This commit is contained in:
parent
78b23ddfa5
commit
4edc39b003
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ init_per_group(Name, Config) ->
|
||||||
}),
|
}),
|
||||||
Config1.
|
Config1.
|
||||||
|
|
||||||
|
end_per_group(dir, _) ->
|
||||||
|
ok;
|
||||||
|
end_per_group(priv_dir, _) ->
|
||||||
|
ok;
|
||||||
end_per_group(Name, _) ->
|
end_per_group(Name, _) ->
|
||||||
cowboy:stop_listener(Name).
|
cowboy:stop_listener(Name).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue