Skip to content

Instantly share code, notes, and snippets.

@philipcristiano
Created December 23, 2014 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipcristiano/350ebbf12936ce46affd to your computer and use it in GitHub Desktop.
Save philipcristiano/350ebbf12936ce46affd to your computer and use it in GitHub Desktop.
end_per_testcase(_, Config) ->
Pid = ?config(vnode, Config),
send_command(Pid, stop),
ok.
handle_command(stop, _Sender, _State) ->
{stop, normal, {}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment