X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..b4e3bc52a926fe5852e61148e7a0b8902203b284:/teshsuite/msg/platform-properties/platform-properties.c diff --git a/teshsuite/msg/platform-properties/platform-properties.c b/teshsuite/msg/platform-properties/platform-properties.c index 5facf622f4..58ed491ed7 100644 --- a/teshsuite/msg/platform-properties/platform-properties.c +++ b/teshsuite/msg/platform-properties/platform-properties.c @@ -63,7 +63,7 @@ static int carole(int argc, char* argv[]) static int david(int argc, char* argv[]) { /* Dump what we have on a remote host */ MSG_process_sleep(2); // Wait for alice and carole to be done with its experiment - test_host("node-0.acme.org"); + test_host("node-0.simgrid.org"); return 0; }