Switch default behaviour: keep both stdout/stderr by default

master
Lennart Spitzner 2022-12-08 15:45:19 +01:00
parent 26ae1fc40d
commit 0878254f71
1 changed files with 1 additions and 3 deletions

View File

@ -621,9 +621,7 @@ main = B.mainFromCmdParser $ do
| keepStdout || keepBoth -> Keep
| conflateStdout || conflateBoth -> Conflate
| dropStdout || dropBoth -> Drop
| otherwise -> if null summarize
then Drop
else Conflate
| otherwise -> Keep
, c_keepStderr = if
| stderrCheckCount > 1 -> error
"too many keep/drop/conflate for stderr!"