X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fcccac0b75880ccccc1a4cffc58f20af5121ed5c..f5f38e5b9cdacbf1ba1705bb7ed592b59f8e8712:/teshsuite/s4u/listen_async/listen_async.tesh diff --git a/teshsuite/s4u/listen_async/listen_async.tesh b/teshsuite/s4u/listen_async/listen_async.tesh index d196f6e7a2..7731de3956 100644 --- a/teshsuite/s4u/listen_async/listen_async.tesh +++ b/teshsuite/s4u/listen_async/listen_async.tesh @@ -1,5 +1,6 @@ -$ ./listen_async ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" +$ ./listen_async ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%a@%h)%e%m%n" > [ 0.000000] (test@Tremblay) Task listen works on regular mailboxes +> [ 0.000000] (test@Tremblay) Mailbox::listen_from() returns 1 (should return my pid, which is 1) > [ 0.000195] (test@Tremblay) Data successfully received from regular mailbox > [ 0.000195] (test@Tremblay) Task listen works on asynchronous mailboxes > [ 0.000195] (test@Tremblay) Data successfully received from asynchronous mailbox