diff options
author | Peter Andersson <[email protected]> | 2013-02-12 14:27:31 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-02-12 14:27:31 +0100 |
commit | fff6e569725f05c1b6498985cb946986c5ea8f48 (patch) | |
tree | 5e868bd051aa11a0950be408371abbcf31dee786 /lib/common_test/src/ct_master.erl | |
parent | e1676e6c579fa34d07694784afd0902433802bfb (diff) | |
download | otp-fff6e569725f05c1b6498985cb946986c5ea8f48.tar.gz otp-fff6e569725f05c1b6498985cb946986c5ea8f48.tar.bz2 otp-fff6e569725f05c1b6498985cb946986c5ea8f48.zip |
Fix problem with hanging event handler
OTP-10634
Diffstat (limited to 'lib/common_test/src/ct_master.erl')
-rw-r--r-- | lib/common_test/src/ct_master.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |