From f0a2479a4b6f8eee08d767576f528cd29da48388 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 15 May 2016 23:47:10 +0200 Subject: [PATCH] kebab case --- examples/msg/trace-simple/trace-simple.tesh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1