Skip to content

Commit

Permalink
Merge branch 'az211-run-tests-from-toplevel'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Apr 5, 2011
2 parents 011734f + 3c44a5a commit 3ae4d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ riak_test(Fun) ->
case Ret of
{'EXIT', Err} -> throw(Err);
_ -> Ret
end.
end,
net_kernel:stop().

start_riak() ->
[] = os:cmd("epmd -daemon"),
Expand Down

0 comments on commit 3ae4d49

Please sign in to comment.