ソースを参照

Merge pull request #168 from tomas-abrahamsson/eunit-inet_gethost_native

Error report killing inet_gethost_native after eunit
pull/3/head
Dave Smith 13年前
コミット
9872873fe2
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      src/rebar_eunit.erl

+ 5
- 1
src/rebar_eunit.erl ファイルの表示

@ -477,7 +477,11 @@ kill_extras(Pids) ->
%% This list may require changes as OTP versions and/or
%% rebar use cases change.
KeepProcs = [cover_server, eunit_server,
eqc, eqc_license, eqc_locked],
eqc, eqc_license, eqc_locked,
%% inet_gethost_native is started on demand, when
%% doing name lookups. It is under kernel_sup, under
%% a supervisor_bridge.
inet_gethost_native],
Killed = [begin
Info = case erlang:process_info(Pid) of
undefined -> [];

読み込み中…
キャンセル
保存