aports/community/chez-scheme/check-expected
Sören Tempel 12eaddad29 community/chez-scheme: make sure check() fails on test failures
From the upstream `BUILDING` file:

> NB: A complete run does not imply no errors occurred.
> To check for errors, look at the file $W/mats/summary […].

To make sure check() fails on test failure, we just compare the
summary file against an expected summary file with diff(1). This
is also what upstream ChezScheme does for the GitHub CI workflow.
2023-05-07 12:51:40 +00:00

13 lines
460 B
Plaintext

-------- o=0 --------
-------- o=3 --------
-------- o=0 cp0=t cl=3 --------
-------- o=3 cp0=t cl=3 --------
-------- o=0 spi=t p=t rmg=2 --------
-------- o=3 spi=t p=t rmg=2 --------
-------- o=0 eval=interpret cl=6 --------
-------- o=3 eval=interpret cl=6 --------
-------- o=0 cp0=t eval=interpret rmg=2 --------
-------- o=3 cp0=t eval=interpret rmg=2 --------
-------- o=0 hci=101 eoc=f cl=9 --------
-------- o=3 hci=101 eval=interpret rmg=2 --------