X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c281d400a7c848c061c23bd01300073bac759e04..d6ce3162b34f0a964b8844368b9d86df4f1cf89b:/examples/gras/all2all/test_rl diff --git a/examples/gras/all2all/test_rl b/examples/gras/all2all/test_rl index 43ee8611cd..eef12eaf69 100755 --- a/examples/gras/all2all/test_rl +++ b/examples/gras/all2all/test_rl @@ -1,5 +1,5 @@ # The receivers, waiting for 5 messages -! set timeout 20 +! timeout 20 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4000 5 --log=root.fmt:%m%n > Listening on port 4000 (expecting 5 messages) > Got Data from 127.0.0.1:0 (still 4 to go) @@ -9,7 +9,7 @@ > Got Data from 127.0.0.1:0 (still 0 to go) > Exiting GRAS -! set timeout 20 +! timeout 20 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4001 5 --log=root.fmt:%m%n > Listening on port 4001 (expecting 5 messages) > Got Data from 127.0.0.1:0 (still 4 to go) @@ -19,7 +19,7 @@ > Got Data from 127.0.0.1:0 (still 0 to go) > Exiting GRAS -! set timeout 20 +! timeout 20 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4002 5 --log=root.fmt:%m%n > Listening on port 4002 (expecting 5 messages) > Got Data from 127.0.0.1:0 (still 4 to go) @@ -29,7 +29,7 @@ > Got Data from 127.0.0.1:0 (still 0 to go) > Exiting GRAS -! set timeout 20 +! timeout 20 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4003 5 --log=root.fmt:%m%n > Listening on port 4003 (expecting 5 messages) > Got Data from 127.0.0.1:0 (still 4 to go) @@ -39,7 +39,7 @@ > Got Data from 127.0.0.1:0 (still 0 to go) > Exiting GRAS -! set timeout 20 +! timeout 20 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4004 5 --log=root.fmt:%m%n > Listening on port 4004 (expecting 5 messages) > Got Data from 127.0.0.1:0 (still 4 to go) @@ -49,8 +49,6 @@ > Got Data from 127.0.0.1:0 (still 0 to go) > Exiting GRAS -$ sleep 1 - # Five time a sender $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4000 127.0.0.1:4001 127.0.0.1:4002 127.0.0.1:4003 127.0.0.1:4004 512 --log=root.fmt:%m%n > Launch current node