From 376ac46ebd7e9bd3daea96936d8cf1a7aee2386d Mon Sep 17 00:00:00 2001 From: Navarrop Date: Thu, 21 Apr 2011 14:05:07 +0200 Subject: [PATCH] add ${bindir}/ to tesh chord --- examples/msg/chord/chord.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/chord/chord.tesh b/examples/msg/chord/chord.tesh index 77e9cf3d0a..98fabadc49 100644 --- a/examples/msg/chord/chord.tesh +++ b/examples/msg/chord/chord.tesh @@ -3,7 +3,7 @@ p Testing the Chord implementation with MSG ! output sort -$ $SG_TEST_EXENV ./chord$EXEEXT -nb_bits=6 ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/chord.xml --log=msg_chord.thres:verbose "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir}/chord$EXEEXT -nb_bits=6 ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/chord.xml --log=msg_chord.thres:verbose "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:node@Gatien) Joining the ring with id 48, knowing node 1 > [ 0.000000] (2:node@McGee) Joining the ring with id 42, knowing node 1 > [ 0.000000] (3:node@iRMX) Joining the ring with id 38, knowing node 1 -- 2.20.1