Skip to content

Commit

Permalink
try to suppress some of the tty output
Browse files Browse the repository at this point in the history
  • Loading branch information
rzezeski committed Jan 6, 2011
1 parent 148b8aa commit febca61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ start_riak() ->
% filelib:ensure_dir(Dir ++ "/"),
% application:set_env(riak_core, ring_state_dir, Dir),
application:set_env(riak_kv, storage_backend, riak_kv_cache_backend),
load_and_start_apps([sasl,
crypto,
error_logger:delete_report_handler(error_logger_tty_h),
application:start(sasl),
error_logger:delete_report_handler(sasl_report_tty_h),
load_and_start_apps([crypto,
os_mon,
runtime_tools,
mochiweb,
Expand Down

0 comments on commit febca61

Please sign in to comment.