소스 검색

uncomment test code

pull/2133/head
Fred Hebert 5 년 전
committed by GitHub
부모
커밋
91381bf006
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      test/rebar_edoc_SUITE.erl

+ 2
- 2
test/rebar_edoc_SUITE.erl 파일 보기

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

불러오는 중...
취소
저장