Revision 9140
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
349 | 349 |
# show only explicitly-displayed errors (which have been redirected to fd 22) |
350 | 350 |
# most of the time this has the same effect as `verbosity=0 script...`, |
351 | 351 |
# which displays everything that isn't explicitly hidden |
352 |
# this option should only be used for testing the explicit error displaying |
|
352 | 353 |
if test "$explicit_errors_only"; then exec 2>/dev/null; fi |
353 | 354 |
|
354 | 355 |
|
Also available in: Unified diff
lib/sh/util.sh: $explicit_errors_only: documented that this option should only be used for testing the explicit error displaying, as otherwise, important output may be missed