Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'lukas/kernel/tc_fixes'
* lukas/kernel/tc_fixes:
  Kill nodes inbetween tests
  • Loading branch information
garazdawi committed Nov 1, 2011
2 parents 80baec6 + 80711db commit 9a6ad15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kernel/test/pg2_SUITE.erl
Expand Up @@ -47,6 +47,7 @@ init_per_testcase(Case, Config) ->
[{?TESTCASE, Case}, {watchdog, Dog} | Config].

end_per_testcase(_Case, _Config) ->
test_server_ctrl:kill_slavenodes(),
Dog = ?config(watchdog, _Config),
test_server:timetrap_cancel(Dog),
ok.
Expand Down

0 comments on commit 9a6ad15

Please sign in to comment.