|
|
@ -25,8 +25,8 @@ init_per_testcase(multiapp_macros, Config) -> |
|
|
|
AppsDir = filename:join([PrivDir, rebar_test_utils:create_random_name(Name)]), |
|
|
|
ec_file:copy(filename:join([DataDir, "foo"]), AppsDir, [recursive]), |
|
|
|
ok = ec_file:remove(filename:join([AppsDir, "apps", "foo"]), [recursive]), |
|
|
|
%Verbosity = rebar3:log_level(), |
|
|
|
%rebar_log:init(command_line, Verbosity), |
|
|
|
Verbosity = rebar3:log_level(), |
|
|
|
rebar_log:init(command_line, Verbosity), |
|
|
|
State = rebar_state:new([{base_dir, filename:join([AppsDir, "_build"])} |
|
|
|
,{root_dir, AppsDir}]), |
|
|
|
[{apps, AppsDir}, {state, State}, {name, Name} | Config]; |
|
|
|