From f2607996be6d47efcc457903cd400b6891ba8b04 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Sun, 5 Aug 2018 12:33:05 +0200 Subject: [PATCH 1/1] slightly change the output of this broken test --- teshsuite/s4u/actor-autorestart/actor-autorestart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp index b4718e2583..47e132a9e1 100644 --- a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp +++ b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp @@ -13,10 +13,10 @@ static void dummy() XBT_INFO("I start"); try { simgrid::s4u::this_actor::sleep_for(200); + XBT_INFO("I stop"); } catch (xbt_ex& e) { if (e.category == host_error) { - XBT_INFO("The host has died ... as expected."); - XBT_INFO("I stop"); + XBT_DEBUG("The host has died ... as expected. This actor silently stops"); } else { XBT_ERROR("An unexpected exception has been raised."); throw; -- 2.20.1