diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-01 22:21:26 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-01 22:22:05 +0200 |
commit | 3da58e22728d3a09cf995dbc518b9b72c2a38d3d (patch) | |
tree | d6e0c327fd2fef81b6e7daacc699b995ed2ea277 /inttest | |
parent | fd0697239d52716ea0611bcbe33735840462217e (diff) |
Fix test: inttest/t_custom_config
Diffstat (limited to 'inttest')
-rw-r--r-- | inttest/t_custom_config/t_custom_config_rt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/t_custom_config/t_custom_config_rt.erl b/inttest/t_custom_config/t_custom_config_rt.erl index d333b11..db1b29a 100644 --- a/inttest/t_custom_config/t_custom_config_rt.erl +++ b/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.*", |