From: Martin Quinson Date: Tue, 8 Jan 2019 14:30:40 +0000 (+0100) Subject: Don't force on a factory that is not always avail X-Git-Tag: v3_22~640 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a622a37b47a8f601e0828801a309bef04f09908e?ds=sidebyside Don't force on a factory that is not always avail --- diff --git a/examples/python/actor-daemon/actor-daemon.tesh b/examples/python/actor-daemon/actor-daemon.tesh index e3b4ec6f36..71c19ce5bd 100644 --- a/examples/python/actor-daemon/actor-daemon.tesh +++ b/examples/python/actor-daemon/actor-daemon.tesh @@ -2,7 +2,7 @@ p Testing the process daemonization feature -$ python3 ${bindir:=.}/actor-daemon.py ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%h)%e%m%n" --cfg=contexts/factory:ucontext +$ python3 ${bindir:=.}/actor-daemon.py ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%P@%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