Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert more exemples from MSG to S4U-C
[simgrid.git] / teshsuite / msg / process-daemon / process-daemon.tesh
diff --git a/teshsuite/msg/process-daemon/process-daemon.tesh b/teshsuite/msg/process-daemon/process-daemon.tesh
deleted file mode 100644 (file)
index 1808baa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env tesh
-
-p Testing the process daemonization feature of MSG
-
-$ ${bindir:=.}/process-daemon ${platfdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
-> [  0.000000] (1:worker@Boivin) Let's do some work (for 10 sec on Boivin).
-> [  0.000000] (2:daemon@Tremblay) Hello from the infinite loop
-> [  3.000000] (2:daemon@Tremblay) Hello from the infinite loop
-> [  6.000000] (2:daemon@Tremblay) Hello from the infinite loop
-> [  9.000000] (2:daemon@Tremblay) Hello from the infinite loop
-> [ 10.000000] (1:worker@Boivin) I'm done now. I leave even if it makes the daemon die.