Open jwaldmann opened 7 months ago
This was most likely introduced by me in #9524, it is very similar to the same change it introduced cabal build
(#9607).
If that is the case, it should be very straightforward to fix.
I had mentioned the wrong PR that fixed this same issue for build, it should be: #9607
Describe the bug
cabal test
used to redirect stdout to the log file, but no longer does this?To Reproduce
Expected behavior
with
cabal-install version 3.10.2.1
, output isand the log file contains actual test output.
Observed behaviour
with
cabal-install version 3.11.0.0
, output isand the mentioned log file contains only
and NOT the actual test output.
System information
Fedora GNU/Linux 6.7.6-200.fc39.x86_64, ghc-9.8.2, cabal-install built from source at