Pārlūkot izejas kodu

Made Common Test load the user's applications before slurping config.

pull/1348/head
Alexander Sedov pirms 8 gadiem
vecāks
revīzija
3966610e53
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      src/rebar_prv_common_test.erl

+ 1
- 0
src/rebar_prv_common_test.erl Parādīt failu

@ -221,6 +221,7 @@ select_tests(State, ProjectApps, CmdOpts, CfgOpts) ->
Configs = lists:flatmap(fun(Filename) ->
rebar_file_utils:consult_config(State, Filename)
end, SysConfigs),
code:add_pathsa(rebar_state:code_paths(State, all_deps)),
[application:load(Application) || Config <- Configs, {Application, _} <- Config],
rebar_utils:reread_config(Configs),

Notiek ielāde…
Atcelt
Saglabāt