Browse Source

Typo fix.

pull/1288/head
Alexander Sedov 8 years ago
parent
commit
a5bdf11770
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_common_test.erl

+ 1
- 1
src/rebar_prv_common_test.erl View File

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

Loading…
Cancel
Save