From e53420bc5ff10f8df9481033265fc04005b88ebc Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 21 Nov 2011 12:15:05 +0100 Subject: [PATCH 1/1] Set path for binary in token ring tesh file. --- examples/msg/token_ring/token_ring.tesh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/msg/token_ring/token_ring.tesh b/examples/msg/token_ring/token_ring.tesh index 8263239305..02147a9906 100644 --- a/examples/msg/token_ring/token_ring.tesh +++ b/examples/msg/token_ring/token_ring.tesh @@ -1,7 +1,7 @@ #! ./tesh ! output sort -$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_clusters.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/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@bob1.hamburger.edu) Send Data to "host1" > [ 0.066240] (2:slave@bob3.hamburger.edu) Received "Token" @@ -26,7 +26,7 @@ $ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_clusters.xml "--log=root.fmt:[%10.6 > [ 1.104000] (1:master@bob1.hamburger.edu) Received "Token" ! output sort -$ $SG_TEST_EXENV token_ring ${srcdir:=.}/two_peers.xml --cfg=coordinates:yes "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/token_ring ${srcdir:=.}/two_peers.xml --cfg=coordinates:yes "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:@) Configuration change: Set 'coordinates' to 'yes' > [ 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. > [ 5.221778] (1:master@peer_100030591) Send Data to "host1" -- 2.20.1