X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fcccac0b75880ccccc1a4cffc58f20af5121ed5c..HEAD:/teshsuite/s4u/pid/pid.tesh diff --git a/teshsuite/s4u/pid/pid.tesh b/teshsuite/s4u/pid/pid.tesh index 2c2c1ca5e1..5ad07c9ba2 100644 --- a/teshsuite/s4u/pid/pid.tesh +++ b/teshsuite/s4u/pid/pid.tesh @@ -1,4 +1,4 @@ -$ ./pid ${platfdir}/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(%a@%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". @@ -11,17 +11,3 @@ $ ./pid ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" > [ 0.001206] (sendpid@Tremblay) Send of pid "3" done. > [ 0.001206] (killall@Tremblay) Killing process "3". > [ 0.001206] (sendpid@Tremblay) Process "3" killed. - -$ ./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". -> [ 0.000402] (killall@Tremblay) Killing process "2". -> [ 0.000402] (sendpid@Tremblay) Send of pid "2" done. -> [ 0.000402] (sendpid@Tremblay) Process "2" killed. -> [ 0.000804] (sendpid@Tremblay) Send of pid "3" done. -> [ 0.000804] (killall@Tremblay) Killing process "3". -> [ 0.000804] (sendpid@Tremblay) Process "3" killed. -> [ 0.001206] (sendpid@Tremblay) Send of pid "4" done. -> [ 0.001206] (killall@Tremblay) Killing process "4". -> [ 0.001206] (sendpid@Tremblay) Process "4" killed.