X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3c3c79819770d88bfdbd42f5996179290db25a7c..8d000a773b5ebcd411b28c31de68eeddf804e66b:/examples/msg/masterslave/masterslave_bypass.tesh diff --git a/examples/msg/masterslave/masterslave_bypass.tesh b/examples/msg/masterslave/masterslave_bypass.tesh index 66e0838d2d..f45b783975 100644 --- a/examples/msg/masterslave/masterslave_bypass.tesh +++ b/examples/msg/masterslave/masterslave_bypass.tesh @@ -1,9 +1,9 @@ #! ./tesh p Testing the bypassing of the flexml parser -! output sort +! output sort 19 $ $SG_TEST_EXENV masterslave/masterslave_bypass --log=no_loc "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) Bypassing the XML parser since surf_parse_open received a NULL pointer. If it is not what you want, go fix your code. +> [ 0.000000] (0:maestro@) Bypassing the XML parser since surf_parse_open received a NULL pointer. If it is not what you want, go fix your code. > [ 0.000000] (1:master@host A) Got 1 slave(s) : > [ 0.000000] (1:master@host A) host B > [ 0.000000] (1:master@host A) Got 20 task to process : @@ -129,7 +129,7 @@ $ $SG_TEST_EXENV masterslave/masterslave_bypass --log=no_loc "--log=root.fmt:[% > [ 53.206495] (2:slave@host B) Received "Task_19" > [ 53.206495] (2:slave@host B) Processing "Task_19" > [ 53.256495] (2:slave@host B) "Task_19" done -> [ 55.858495] (0:@) Simulation time 55.8585 +> [ 55.858495] (0:maestro@) Simulation time 55.8585 > [ 55.858495] (1:master@host A) Goodbye now! > [ 55.858495] (2:slave@host B) Received "finalize" > [ 55.858495] (2:slave@host B) I'm done. See you!