1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-12 13:18:31 +03:00
lvm2/test/lib
Zdenek Kabelac 61e665d65b Do not break pipes
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.
2011-01-28 16:08:39 +00:00
..
aux.sh Enable monitoring for cluster tests 2011-01-13 14:57:18 +00:00
check.sh Do not break pipes 2011-01-28 16:08:39 +00:00
get.sh Substantial rework of the functional test support code. Some new features: 2011-01-05 00:16:18 +00:00
harness.c Display duration of tests when it passed. 2011-01-28 16:05:38 +00:00
lvm-wrapper.sh Substantial rework of the functional test support code. Some new features: 2011-01-05 00:16:18 +00:00
not.c Fix gcc warnings for missing headers and prototypes 2011-01-05 15:03:43 +00:00
test.sh Move the mkdtemp functionality into test/lib/utils.sh. 2011-01-05 00:26:19 +00:00
utils.sh Skip the api/percent test on kernels <= 2.6.32. 2011-01-07 15:04:52 +00:00