spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

test: Set nonzero exitcode when tests fail #116

Closed 414owen closed 7 months ago

414owen commented 9 months ago

IMPORTANT: Branch is based on os/fix-read-after-show-test, so please merge https://github.com/spl/dlist/pull/117 before this.

Previously, cabal test would print PASS and exit with exitcode 0, even when a test was failing.

spl commented 7 months ago

Hmm, that's interesting. I'm sure I was seeing failures when I worked on tests years ago. 🤦🏼 Ah well, thanks again! 🙏🏼