X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec86e827d8bb67988913e0658155b2fa4fbd7ac6..0a6c8726c3e15e934bf74df09171710e346db558:/examples/msg/token_ring/token_ring.tesh diff --git a/examples/msg/token_ring/token_ring.tesh b/examples/msg/token_ring/token_ring.tesh index 4794a928c0..bd804a0cb1 100644 --- a/examples/msg/token_ring/token_ring.tesh +++ b/examples/msg/token_ring/token_ring.tesh @@ -1,6 +1,6 @@ #! ./tesh -$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_clusters.xml --log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n +$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_clusters.xml "--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.066240] [1:master@alice1.crepe.fr] Send Data to "host1" > [ 0.066240] [2:slave@alice4.crepe.fr] Received "Token" @@ -24,7 +24,7 @@ $ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_clusters.xml --log=root.fmt:[%10.6r > [ 1.148160] [10:slave@bob1.hamburger.edu] Send Data to "host0" > [ 1.148160] [0:@] Simulation time 1.14816 -$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_peers.xml --log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n +$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_peers.xml "--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. > [5111.488529] [1:master@peer_100036570] Send Data to "host1" > [5111.488529] [2:slave@peer_100030591] Received "Token"