Browse Source

Fix test: inttest/t_custom_config

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
3da58e2272
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inttest/t_custom_config/t_custom_config_rt.erl

+ 1
- 1
inttest/t_custom_config/t_custom_config_rt.erl 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.*",

Loading…
Cancel
Save