diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-10-12 22:12:40 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-12-06 19:05:45 +0100 |
commit | 6de94e8a166bcf4f82d799cf8f208d39babed415 (patch) | |
tree | 61f7bcc4d8ce7bc9c16c2b74f54c415c1b819ed4 /inttest/t_custom_config | |
parent | e5d76e7e8cbd923b0f50034c2221f7abe1452804 (diff) |
Change default log level to 'warn' and introduce -q/--quiet
Diffstat (limited to 'inttest/t_custom_config')
-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 864ce5e..b56eb1a 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 -vvv", + Ref = retest:sh("./rebar -C custom.config check-deps -vv", [{async, true}]), {ok, Captured} = retest:sh_expect(Ref, |