You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the test suite with tests/run-tests.lhs, the QuickCheck test suite fails for some reason at parseSong. However running the test suite with runhaskell -itests tests/Properties.hs works just fine.
The text was updated successfully, but these errors were encountered:
Weirder still, if you run ./dist/build/test/test directly (which is what run-tests.lhs does), it works fine.
Something must go wrong in run-tests.lhs when reading test output via Handle (hGetContents).
When I run the test suite with
tests/run-tests.lhs
, the QuickCheck test suite fails for some reason atparseSong
. However running the test suite withrunhaskell -itests tests/Properties.hs
works just fine.The text was updated successfully, but these errors were encountered: