You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use printf instead of echo for portable \n handling in Makefile
echo's treatment of \n is shell-dependent (bash interprets it by
default, zsh and POSIX sh do not without -e). Switch report() and
the failure summary to printf in both integration-test and
test-skip-lang-start targets.
0 commit comments