mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Merging w/ mainline
This commit is contained in:
commit
dbfd2a08cd
1 changed files with 2 additions and 3 deletions
|
@ -99,8 +99,7 @@ clean(_Config, _File) ->
|
|||
%% ===================================================================
|
||||
|
||||
eunit_dir() ->
|
||||
{ok, Cwd} = file:get_cwd(),
|
||||
filename:join(Cwd, ?EUNIT_DIR).
|
||||
filename:join(rebar_utils:get_cwd(), ?EUNIT_DIR).
|
||||
|
||||
perform_eunit(Config, Modules) ->
|
||||
%% suite defined, so only specify the module that relates to the
|
||||
|
|
Loading…
Reference in a new issue