Selaa lähdekoodia

uncomment test code

pull/2133/head
Fred Hebert 5 vuotta sitten
committed by GitHub
vanhempi
commit
91381bf006
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      test/rebar_edoc_SUITE.erl

+ 2
- 2
test/rebar_edoc_SUITE.erl Näytä tiedosto

@ -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];

Ladataan…
Peruuta
Tallenna