diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2019-08-01 09:47:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 09:47:24 -0700 |
commit | 91381bf006f8bb2939de1b463a6311a2bf4bf340 (patch) | |
tree | e8d5c95ed1774fb8e3c1ff6a926bd7502417d7ec /test | |
parent | 28a50b8a3632b4f9eafb3bc8a36cc72023b13576 (diff) |
uncomment test code
Diffstat (limited to 'test')
-rw-r--r-- | test/rebar_edoc_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rebar_edoc_SUITE.erl b/test/rebar_edoc_SUITE.erl index 108df76..5f8cad6 100644 --- a/test/rebar_edoc_SUITE.erl +++ b/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]; |