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