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 | keepStdout || keepBoth -> Keep
| conflateStdout || conflateBoth -> Conflate | conflateStdout || conflateBoth -> Conflate
| dropStdout || dropBoth -> Drop | dropStdout || dropBoth -> Drop
| otherwise -> if null summarize | otherwise -> Keep
then Drop
else Conflate
, c_keepStderr = if , c_keepStderr = if
| stderrCheckCount > 1 -> error | stderrCheckCount > 1 -> error
"too many keep/drop/conflate for stderr!" "too many keep/drop/conflate for stderr!"