From 4aac57fb9a2ab04caa9417b9b96cf939662ae744 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:19:14 -0400 Subject: [PATCH] ci: include init in test logging --- dev/bin/tilt-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bin/tilt-ci.sh b/dev/bin/tilt-ci.sh index ae3b539c6f..97734215e5 100755 --- a/dev/bin/tilt-ci.sh +++ b/dev/bin/tilt-ci.sh @@ -10,7 +10,7 @@ IFS=' ' read -r -a ARGS <<< "$ARGS_STRING" tilt --file "${REPO_ROOT}/dev/Tiltfile" ci -- "${ARGS[@]}" \ | tee "${REPO_ROOT}/dev/.e2e-tilt.log" \ - | grep -- '^\s*test-.* │' + | grep -E -- '^\s*test-.* │|^\s*init-.* │' status=${PIPESTATUS[0]} if [[ $status -eq 0 ]]; then