From: Martin Quinson Date: Mon, 27 Nov 2017 21:01:14 +0000 (+0100) Subject: fix out of tree builds X-Git-Tag: v3.18~223 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0cdade617c8db8f9d30ee97ad7fe1217b5f3735e fix out of tree builds --- diff --git a/teshsuite/msg/process-yield/process-yield.tesh b/teshsuite/msg/process-yield/process-yield.tesh index e39b2b980e..dd4b383fc2 100644 --- a/teshsuite/msg/process-yield/process-yield.tesh +++ b/teshsuite/msg/process-yield/process-yield.tesh @@ -1,5 +1,5 @@ #! ./tesh -$ $SG_TEST_EXENV ${bindir:=.}/process-yield ${srcdir:=.}/small_platform_fatpipe.xml ${srcdir:=.}/../msg/process-yield/process-yield_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/process-yield ${srcdir:=.}/../../../examples/platforms/small_platform_fatpipe.xml ${srcdir:=.}/process-yield_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:yielder@Tremblay) I yielded 10 times. Goodbye now! > [ 0.000000] (2:yielder@Ruby) I yielded 15 times. Goodbye now!