Files
tinygo/builder
Ayke van Laethem 80077ef276 test: print package name when compilation failed
Before this patch, a compile error would prevent the 'ok' or 'FAIL' line
to be printed. That's unexpected. This patch changes the code in such a
way that it's obvious a test result line is printed in all cases.

To be able to also print the package name, I had to make sure the build
result is passed through everywhere even on all the failure paths. This
results in a bit of churn, but it's all relatively straightforward.

Found while working on Go 1.20.
2023-01-15 08:49:18 +01:00
..
2022-11-06 09:05:05 +01:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2022-04-23 08:45:46 +02:00
2022-11-26 21:42:15 +01:00
2022-10-19 22:23:19 +02:00
2022-11-06 09:05:05 +01:00