ソースを参照

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

pull/1348/head
Alexander Sedov 8年前
コミット
3966610e53
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/rebar_prv_common_test.erl

+ 1
- 0
src/rebar_prv_common_test.erl ファイルの表示

@ -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),

読み込み中…
キャンセル
保存