From 82d87820a1df360986e15a027f78980634945e22 Mon Sep 17 00:00:00 2001 From: infogulch Date: Thu, 27 Jun 2024 13:10:31 -0500 Subject: [PATCH] Add prefix to display cmd --- make_tool.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_tool.cue b/make_tool.cue index f466f48..ffa171f 100644 --- a/make_tool.cue +++ b/make_tool.cue @@ -81,8 +81,8 @@ task: run: { } display: exec.Run & { $dep: mklog.$done - cmd: "tail -f xtemplate.log" - dir: vars.testdir + cmd: ["bash", "-c", "tail -f xtemplate.log | sed -e 's/^/[DISPLAY] /'"] + dir: vars.testdir } start: exec.Run & {