aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-13 10:54:01 +0100
committerPeter Andersson <[email protected]>2012-03-13 10:54:17 +0100
commit774be3d0e3cf19f877bf00c3adb7f2389cc0dc37 (patch)
tree2da625cb9795ef638e8652567d48ce02d3bae290 /lib/common_test/src/ct.erl
parent4e73ac6e7339e965c17ad732350275b5650ce5c4 (diff)
parent91f60211efb41d935269edfad7a9c0312b8011d0 (diff)
downloadotp-774be3d0e3cf19f877bf00c3adb7f2389cc0dc37.tar.gz
otp-774be3d0e3cf19f877bf00c3adb7f2389cc0dc37.tar.bz2
otp-774be3d0e3cf19f877bf00c3adb7f2389cc0dc37.zip
Merge remote branch 'origin/peppe/common_test/otp-9830' into maint
* origin/peppe/common_test/otp-9830: Fix problem with buffered DOWN messages OTP-9830
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
1 files changed, 2 insertions, 0 deletions
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} ->