瀏覽代碼

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) ->
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} =
retest:sh_expect(Ref,
"DEBUG: Consult config file .*/custom.config.*",

Loading…
取消
儲存