aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_master.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2010-06-03 22:48:10 +0200
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:22 +0200
commit470063d25f6128ef83cba6864533fc05e45cca74 (patch)
tree25ce6cdf511d7ff435e60c208a5eb510f5720ff3 /lib/common_test/src/ct_master.erl
parent7ce6aa16313d159b1994bf1d2f18b52bd91e9075 (diff)
downloadotp-470063d25f6128ef83cba6864533fc05e45cca74.tar.gz
otp-470063d25f6128ef83cba6864533fc05e45cca74.tar.bz2
otp-470063d25f6128ef83cba6864533fc05e45cca74.zip
Flush old DOWN messages in demonitor
Diffstat (limited to 'lib/common_test/src/ct_master.erl')
-rw-r--r--lib/common_test/src/ct_master.erl2
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 6cabe4c7a2..5c4ef70271 100644
--- a/lib/common_test/src/ct_master.erl
+++ b/lib/common_test/src/ct_master.erl
@@ -697,7 +697,7 @@ call(Pid,Msg) ->
{'DOWN', Ref, _, _, _} ->
{error,master_died}
end,
- erlang:demonitor(Ref),
+ erlang:demonitor(Ref, [flush]),
Return.
reply(Result,To) ->