c0073_vv
Log reference:
loading [Config]: ./tests/functests/upconfig.yml
Main config:
Version -> 1.0.0
RefDir -> ./tests/functests
WorkDir -> cwd
AbsWorkDir -> /up_project/up
TaskFile -> c0073
Verbose -> vv
ModuleName -> self
ShellType -> /bin/sh
MaxCallLayers -> 8
Timeout -> 3600000
MaxModuelCallLayers -> 256
EntryTask -> task
ModRepoUsernameRef ->
ModRepoPasswordRef ->
work dir: /up_project/up
-exec task: task
loading [Task]: ./tests/functests/c0073
module: [self], instance id: [dev], exec profile: []
Task1: [task ==> task: ]
-Step1:
~SubStep1: [print: ]
bb
~SubStep2: [print: literal style, there will be a line break ]
[hello
world
]
~SubStep3: [print: there will be no a line break ]
[hello world]
~SubStep4: [print: folded style ]
[hello world
]
~SubStep5: [print: literal style strip, the end line break is removed ]
[hello
world]
~SubStep6: [reg: ]
~SubStep7: [reg: ]
-Step2:
cmd( 1):
echo "[{{.my_interesting_story3}}]"
-
[hello world
]
-
.. ok
cmd( 2):
echo [{{.my_interesting_story5}}]
-
[hello world]
-
.. ok
cmd( 3):
echo "[{{.my_interesting_story6}}]"
-
[hello
world
]
-
.. ok
cmd( 4):
echo "[{{.newstory_with_blank_space_front_and_tail}}]"
-
[ same old story ]
-
.. ok
cmd( 5):
echo "[{{.newstory_clean}}]"
-
[same old story]
-
.. ok
. ok
Logs with different verbose level
References