snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

runTestsAndCoverage.sh hardcodes version and is out of date #208

Open ulysses4ever opened 5 years ago

ulysses4ever commented 5 years ago

For snap 1.0.0.2 and subsequent, runTestsAndCoverage.sh don't work because it has hardcoded path to testsuite executable inside it, and the path depends on the version. Can't this be replaced with cabal foo bar or something? At least the path should be updated, I guess.