From a622a37b47a8f601e0828801a309bef04f09908e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 8 Jan 2019 15:30:40 +0100 Subject: [PATCH] Don't force on a factory that is not always avail --- examples/python/actor-daemon/actor-daemon.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1