summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-03-12 02:35:18 +0100
committerGitHub <noreply@github.com>2022-03-12 02:35:18 +0100
commit9d9e60b694888ffc20def928ffcd4da11da8be62 (patch)
tree98af8a152e2bd693d763b87645ddc454a9f67328 /cli/tests/testdata
parent1a764790f2b3622df5a1b20f0d05ff5f94c256b2 (diff)
feat(task): log task script (#13922)
Logs task name and associated script with additional args. This is disabled if "--quiet/-q" flag is present.
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/task/task_exit_code_5.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/task/task_exit_code_5.out b/cli/tests/testdata/task/task_exit_code_5.out
index f599e28b8..fb5626d5b 100644
--- a/cli/tests/testdata/task/task_exit_code_5.out
+++ b/cli/tests/testdata/task/task_exit_code_5.out
@@ -1 +1,2 @@
+Task exit_code_5 echo $(echo 10 ; exit 2) && exit 5
10