Browse Source

Don't stop listeners that don't exist in static_handler_SUITE

Loïc Hoguin 5 years ago
parent
commit
4edc39b003
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/static_handler_SUITE.erl

+ 4 - 0
test/static_handler_SUITE.erl

@@ -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).