Ver código fonte

Fix basho/rebar/issues/286

pull/3/head
Tuncer Ayaz 12 anos atrás
pai
commit
2716d83a18
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/rebar_eunit.erl

+ 0
- 1
src/rebar_eunit.erl Ver arquivo

@ -762,7 +762,6 @@ pause_until_net_kernel_stopped(0) ->
exit(net_kernel_stop_failed);
pause_until_net_kernel_stopped(N) ->
try
_ = net_kernel:i(),
timer:sleep(100),
pause_until_net_kernel_stopped(N - 1)
catch

Carregando…
Cancelar
Salvar