This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
`skip` header, better output & output folder checks
- CR #8:
- added
skip
header in cmd.p1 to skip individual tests - run tests in lexical order
- added
- CR #7
- on exit code show stdout / stderr cleanly ().
- using
diffy
to show diff when stdout/stderr don't match
Before:
After:
- CR #9: checking if
output
folder content matches (in case of failures the output we print is buggy in case of missing/extra files).