mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Fix test: inttest/t_custom_config
This commit is contained in:
parent
fd0697239d
commit
3da58e2272
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue