Skip to content

Commit

Permalink
ci: include init in test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed May 2, 2024
1 parent 2490685 commit 4aac57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bin/tilt-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aac57f

Please sign in to comment.