Commit Graph

2 Commits

Author SHA1 Message Date
Jens Petersen 8aa21e9233 further remove "hiding (runTests)" since they break on ghc-7.4
this should fix the f19 build
2014-11-07 14:00:53 +09:00
Jens Petersen ba15a85ee6 proper fix to disable tests everywhere (#1158522)
We don't really want to link ShellCheck to QuickCheck:
QuickCheck should only be used at buildtime for tests
- https://github.com/koalaman/shellcheck/issues/254

I had forgotten to remove the QuickCheck imports
in my earlier ARM version of the patch
(that QC module is not available on all secondary archs).

Sorry about the formatting changes but it makes
life easier for me to keep the spacing close to cblrpm output.
(Maybe I should add an ignore whitespace option to
"cblrpm diff" in the future.:)

Hopefully this should now really build on all archs!
2014-11-06 19:52:51 +09:00