From fff6e569725f05c1b6498985cb946986c5ea8f48 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Tue, 12 Feb 2013 14:27:31 +0100 Subject: Fix problem with hanging event handler OTP-10634 --- lib/common_test/src/ct_master.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common_test/src/ct_master.erl') diff --git a/lib/common_test/src/ct_master.erl b/lib/common_test/src/ct_master.erl index e516f635d2..b42ff73846 100644 --- a/lib/common_test/src/ct_master.erl +++ b/lib/common_test/src/ct_master.erl @@ -428,7 +428,7 @@ master_loop(#state{node_ctrl_pids=[], log(all,"TEST RESULTS",Str,[]), log(all,"Info","Updating log files",[]), refresh_logs(LogDirs,[]), - + ct_master_event:stop(), ct_master_logs:stop(), ok; -- cgit v1.2.3