Switch default behaviour: keep both stdout/stderr by default
parent
26ae1fc40d
commit
0878254f71
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue