dlist icon indicating copy to clipboard operation
dlist copied to clipboard

test: Set nonzero exitcode when tests fail

Open 414owen opened this issue 2 years ago • 0 comments

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

  • Create a single list of quickcheck properties
  • Test the result of the quickcehck run
  • Exit with appropriate status code

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

414owen avatar Dec 26 '23 14:12 414owen