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 & {