From 71498786e790b217c352ce03cbf531be72420f75 Mon Sep 17 00:00:00 2001 From: Jon Anderson Date: Tue, 5 Nov 2013 14:40:46 -0500 Subject: [PATCH 1/5] initial checkin fixed type and case statement ordering removed unecessary ?DEBUG statement --- src/rebar_eunit.erl | 44 +++++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index d39b1a21..da83cef0 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -39,6 +39,16 @@ %%
  • Reset OTP application environment variables
  • %% %% +%%
  • reset_after_each_eunit::boolean() - default = false. +%% If true, try to "reset" VM state to approximate state prior to +%% running each EUnit test in the contstructed list of tests: +%% +%%
  • %% %% The following Global options are supported: %%