diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 410d1f5..61b78fc 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -33,11 +33,12 @@ %% If true, try to "reset" VM state to approximate state prior to %% running the EUnit tests: %% +%%
  • Stop net_kernel if it was started
  • +%%
  • Stop OTP applications not running before EUnit tests were run
  • +%%
  • Kill processes not running before EUnit tests were run
  • +%%
  • Reset OTP application environment variables
  • +%% +%% %% %% The following Global options are supported: %%