X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/242fde5e8077f8193db4df5f262a9672085c8d8a..0621557a3bed9466230014dd0e70d2d7186c9bd4:/teshsuite/msg/host_on_off/host_on_off_wait.c diff --git a/teshsuite/msg/host_on_off/host_on_off_wait.c b/teshsuite/msg/host_on_off/host_on_off_wait.c index 5decb22513..5c35cb9408 100644 --- a/teshsuite/msg/host_on_off/host_on_off_wait.c +++ b/teshsuite/msg/host_on_off/host_on_off_wait.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2014. The SimGrid Team. +/* Copyright (c) 2010-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -25,10 +25,7 @@ int master(int argc, char *argv[]) TRY { msg_host_t jupiter = MSG_host_by_name("Jupiter"); XBT_INFO("Master waiting"); - if(MSG_process_sleep(1)) { - XBT_ERROR("Unexpected error while sleeping"); - return 1; - } + MSG_process_sleep(1); XBT_INFO("Turning off the slave host"); MSG_host_off(jupiter);