aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-11-18 14:15:50 +0100
committerLukas Larsson <[email protected]>2010-12-08 18:07:48 +0100
commit18b2dba61c4849fd924ace459d169d263e7e6619 (patch)
treeaab714f30f43ad28b525a1d8d7e00ab9f71385f1 /lib/common_test/src/ct_util.erl
parent3bacd0466501e872c69fbb89c7e6600395d7854c (diff)
downloadotp-18b2dba61c4849fd924ace459d169d263e7e6619.tar.gz
otp-18b2dba61c4849fd924ace459d169d263e7e6619.tar.bz2
otp-18b2dba61c4849fd924ace459d169d263e7e6619.zip
Add terminate SCB functionality
Diffstat (limited to 'lib/common_test/src/ct_util.erl')
-rw-r--r--lib/common_test/src/ct_util.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.erl b/lib/common_test/src/ct_util.erl
index 4696b3c954..fddeff881e 100644
--- a/lib/common_test/src/ct_util.erl
+++ b/lib/common_test/src/ct_util.erl
@@ -313,6 +313,10 @@ loop(Mode,TestData,StartDir) ->
ct_event:sync_notify(#event{name=test_done,
node=node(),
data=Time}),
+ Callbacks = ets:lookup_element(?suite_table,
+ suite_callbacks,
+ #suite_data.value),
+ ct_suite_callback:terminate(Callbacks),
close_connections(ets:tab2list(?conn_table)),
ets:delete(?conn_table),
ets:delete(?board_table),