瀏覽代碼

Make sure the ETS config table is really dead

pull/336/head
Mark Allen 9 年之前
父節點
當前提交
991383d24b
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      test/lager_test_backend.erl

+ 1
- 0
test/lager_test_backend.erl 查看文件

@ -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…
取消
儲存