Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Force cabal test to show details by default

Tags:

haskell

cabal

Every time I run cabal test I pass the --show-details=always argument to get more informations on the tests, in particular for small programs. I'm wondering if there is a way to set show-details to always in the cabal file. I searched on the documentation but I didn't find it. What I have to set and where is the documentation about this?

like image 495
mariop Avatar asked Sep 03 '25 15:09

mariop


1 Answers

Looking at the source, I see that TestFlags are not saved in ~/.cabal/config, so currently you can only set them on the command-line. Please open a new issue on the bug tracker.

like image 83
Mikhail Glushenkov Avatar answered Sep 05 '25 14:09

Mikhail Glushenkov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!