From: Martin Quinson Date: Sun, 15 May 2016 21:47:10 +0000 (+0200) Subject: kebab case X-Git-Tag: v3_14~1226 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f0a2479a4b6f8eee08d767576f528cd29da48388 kebab case --- diff --git a/examples/msg/trace-simple/trace-simple.tesh b/examples/msg/trace-simple/trace-simple.tesh index 68c338d17f..401af57c90 100644 --- a/examples/msg/trace-simple/trace-simple.tesh +++ b/examples/msg/trace-simple/trace-simple.tesh @@ -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