Fix test: inttest/t_custom_config

This commit is contained in:
Tuncer Ayaz 2012-07-01 22:21:26 +02:00
parent fd0697239d
commit 3da58e2272

View file

@ -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.*",