X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c53e054a958bbf525470cf0d47b5f6c12237aeb..fcccac0b75880ccccc1a4cffc58f20af5121ed5c:/teshsuite/s4u/pid/pid.tesh diff --git a/teshsuite/s4u/pid/pid.tesh b/teshsuite/s4u/pid/pid.tesh index 5826a28a21..2c2c1ca5e1 100644 --- a/teshsuite/s4u/pid/pid.tesh +++ b/teshsuite/s4u/pid/pid.tesh @@ -1,4 +1,4 @@ -$ ./pid ${srcdir:=.}/../../../examples/platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" +$ ./pid ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" > [ 0.000000] (sendpid@Tremblay) Sending pid of "1". > [ 0.000000] (sendpid@Tremblay) Sending pid of "2". > [ 0.000000] (sendpid@Tremblay) Sending pid of "3". @@ -12,7 +12,7 @@ $ ./pid ${srcdir:=.}/../../../examples/platforms/small_platform.xml "--log=root. > [ 0.001206] (killall@Tremblay) Killing process "3". > [ 0.001206] (sendpid@Tremblay) Process "3" killed. -$ ./pid ${srcdir:=.}/../../../examples/platforms/small_platform.xml 2 "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" +$ ./pid ${platfdir}/small_platform.xml 2 "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" > [ 0.000000] (sendpid@Tremblay) Sending pid of "2". > [ 0.000000] (sendpid@Tremblay) Sending pid of "3". > [ 0.000000] (sendpid@Tremblay) Sending pid of "4".