瀏覽代碼

Add comments on pids not to kill

pull/3/head
Scott Lystig Fritchie 13 年之前
父節點
當前提交
0627075dd6
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/rebar_eunit.erl

+ 4
- 0
src/rebar_eunit.erl 查看文件

@ -495,6 +495,10 @@ reset_after_eunit({OldProcesses, WasAlive, OldAppEnvs, _OldACs}) ->
ok.
kill_extras(Pids) ->
%% Killing any of the procs below will either:
%% 1. Interfere with stuff that we don't want interfered with, or
%% 2. May/will force the 'kernel' app to shutdown, which *will*
%% interfere with rebar's ability To Do Useful Stuff(tm).
KeepProcs = [cover_server, eunit_server, inet_gethost_native_sup,
inet_gethost_native, timer_server],
Killed = [begin

Loading…
取消
儲存