Browse Source

Make sure the ETS config table is really dead

pull/336/head
Mark Allen 9 years ago
parent
commit
991383d24b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/lager_test_backend.erl

+ 1
- 0
test/lager_test_backend.erl View File

@ -798,6 +798,7 @@ setup() ->
gen_event:call(lager_event, ?MODULE, flush).
cleanup(_) ->
catch ets:delete(lager_config), %% kill the ets config table with fire
application:stop(lager),
application:stop(goldrush),
error_logger:tty(true).

Loading…
Cancel
Save