Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kebab case
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 15 May 2016 21:47:10 +0000 (23:47 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 16 May 2016 03:47:07 +0000 (05:47 +0200)
examples/msg/trace-simple/trace-simple.tesh

index 68c338d..401af57 100644 (file)
@@ -1,12 +1,12 @@
 #! ./tesh
 
 p Simple tracing example
-$ $SG_TEST_EXENV ${bindir:=.}/trace-simple$EXEEXT --cfg=tracing:yes --cfg=tracing/filename:trace_simple.trace --cfg=tracing/uncategorized:yes ${srcdir:=.}/small_platform.xml
+$ $SG_TEST_EXENV ${bindir:=.}/trace-simple$EXEEXT --cfg=tracing:yes --cfg=tracing/filename:trace-simple.trace --cfg=tracing/uncategorized:yes ${srcdir:=.}/small_platform.xml
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
-> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'trace_simple.trace'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'trace-simple.trace'
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to 'yes'
 
-$ tail -n +3 trace_simple.trace
+$ tail -n +3 trace-simple.trace
 > %EventDef PajeDefineContainerType 0
 > %       Alias string
 > %       Type string
@@ -229,4 +229,4 @@ $ tail -n +3 trace_simple.trace
 > 7 0.000001 1 2
 > 7 0.000001 1 4
 
-$ rm -f trace_simple.trace
+$ rm -f trace-simple.trace