X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84b7a7c2654728af851484eb6cca50a1b0ffc921..8bf7ffc43ad5507982e924a7f05bbb13c89965cb:/examples/python/actor-daemon/actor-daemon.tesh diff --git a/examples/python/actor-daemon/actor-daemon.tesh b/examples/python/actor-daemon/actor-daemon.tesh index a687d3c6f9..a82ee4b302 100644 --- a/examples/python/actor-daemon/actor-daemon.tesh +++ b/examples/python/actor-daemon/actor-daemon.tesh @@ -1,8 +1,8 @@ #!/usr/bin/env tesh -p Testing the process daemonization feature +p Testing the actor daemonization feature -$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/actor-daemon.py ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" +$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/actor-daemon.py ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%a@%h)%e%m%n" > [ 0.000000] (worker@Boivin) Let's do some work (for 10 sec on Boivin). > [ 0.000000] (daemon@Tremblay) Hello from the infinite loop > [ 3.000000] (daemon@Tremblay) Hello from the infinite loop