Преглед изворни кода

Fix test: inttest/t_custom_config

pull/3/head
Tuncer Ayaz пре 13 година
родитељ
комит
3da58e2272
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      inttest/t_custom_config/t_custom_config_rt.erl

+ 1
- 1
inttest/t_custom_config/t_custom_config_rt.erl Прегледај датотеку

@ -11,7 +11,7 @@ files() ->
run(Dir) -> run(Dir) ->
retest_log:log(debug, "Running in Dir: ~s~n", [Dir]), retest_log:log(debug, "Running in Dir: ~s~n", [Dir]),
Ref = retest:sh("./rebar -C custom.config check-deps -v", [{async, true}]),
Ref = retest:sh("./rebar -C custom.config check-deps -vvv", [{async, true}]),
{ok, Captured} = {ok, Captured} =
retest:sh_expect(Ref, retest:sh_expect(Ref,
"DEBUG: Consult config file .*/custom.config.*", "DEBUG: Consult config file .*/custom.config.*",

Loading…
Откажи
Сачувај