cabal test
does no longer direct stdout to log file?
#9809
Labels
cabal test
does no longer direct stdout to log file?
#9809
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
The text was updated successfully, but these errors were encountered: