From 91f60211efb41d935269edfad7a9c0312b8011d0 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Thu, 8 Mar 2012 14:03:46 +0100 Subject: Fix problem with buffered DOWN messages OTP-9830 --- lib/common_test/src/ct.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common_test/src/ct.erl') diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 00701f5a2d..0a77527b2f 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -861,6 +861,8 @@ get_status() -> get_testdata(Key) -> case catch ct_util:get_testdata(Key) of + {error,ct_util_server_not_running} -> + no_tests_running; Error = {error,_Reason} -> Error; {'EXIT',_Reason} -> -- cgit v1.2.3