mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-12 13:18:31 +03:00
61e665d65b
As the option 'set -e -o pipefail' is very sensite on pipe breaking stop using '-q' for grep commands. Otherwise this command (with large enough table) would fail: dmsetup table | egrep -q with exit code 141 (128 + SIGPIPE) As Peter suggested, he prefers to keep '-o pipefail' - so make sure all piped commands will read the whole output and will not exit too early. |
||
---|---|---|
.. | ||
aux.sh | ||
check.sh | ||
get.sh | ||
harness.c | ||
lvm-wrapper.sh | ||
not.c | ||
test.sh | ||
utils.sh |