Procházet zdrojové kódy

uncomment test code

pull/2133/head
Fred Hebert před 5 roky
odevzdal GitHub
rodič
revize
91381bf006
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      test/rebar_edoc_SUITE.erl

+ 2
- 2
test/rebar_edoc_SUITE.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit