Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the logging channel of java from 'jmsg' to 'java'
[simgrid.git] / examples / java / process / kill / process_kill.tesh
index 2b8daba..7af2010 100644 (file)
@@ -1,14 +1,12 @@
 #! tesh
 
-! output sort 19
-
 $ java -classpath ${classpath:=.} process/kill/Main ${srcdir:=.}/../platforms/small_platform.xml --lof=no_loc
-> [0.000000] [jmsg/INFO] Using regular java threads.
-> [11.000000] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
-> [Boivin:victim:(2) 0.000000] [jmsg/INFO] Hello!
-> [Boivin:victim:(2) 0.000000] [jmsg/INFO] Suspending myself
-> [Boivin:victim:(2) 10.000000] [jmsg/INFO] OK, OK. Let's work
-> [Jacquelin:killer:(1) 0.000000] [jmsg/INFO] Hello!
-> [Jacquelin:killer:(1) 10.000000] [jmsg/INFO] Resume Process
-> [Jacquelin:killer:(1) 11.000000] [jmsg/INFO] Kill Process
-> [Jacquelin:killer:(1) 11.000000] [jmsg/INFO] Ok, goodbye now.
+> [0.000000] [java/INFO] Using regular java threads.
+> [Jacquelin:killer:(1) 0.000000] [java/INFO] Hello!
+> [Boivin:victim:(2) 0.000000] [java/INFO] Hello!
+> [Boivin:victim:(2) 0.000000] [java/INFO] Suspending myself
+> [Jacquelin:killer:(1) 10.000000] [java/INFO] Resume Process
+> [Boivin:victim:(2) 10.000000] [java/INFO] OK, OK. Let's work
+> [Jacquelin:killer:(1) 11.000000] [java/INFO] Kill Process
+> [Jacquelin:killer:(1) 11.000000] [java/INFO] Ok, goodbye now.
+> [11.000000] [java/INFO] MSG_main finished; Cleaning up the simulation...