Procházet zdrojové kódy

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

Error report killing inet_gethost_native after eunit
pull/3/head
Dave Smith před 13 roky
rodič
revize
9872873fe2
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +5
    -1
      src/rebar_eunit.erl

+ 5
- 1
src/rebar_eunit.erl Zobrazit soubor

@ -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 -> [];

Načítá se…
Zrušit
Uložit