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