1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00
lvm2/test
Zdenek Kabelac e80ca65d30 tests: replaces grep -q usage
Since we use 'set -euE -o pipefail' for shell execution,
any failure of any command in the 'piped' shell can result
in failure of whole executed chain - resulting in typically
unsually test skip, that was left unnoticed.

Since checked command have usually short output, the simplest
fix seems to be to let grep parse whole output instead
of quiting after first match.
2019-06-19 13:36:58 +02:00
..
api tests: use 4K extent size 2018-05-21 11:58:10 +02:00
dbus tests: disable symlink test 2018-05-21 11:59:39 +02:00
lib tests: replaces grep -q usage 2019-06-19 13:36:58 +02:00
shell tests: check no_discard_passdown 2019-06-05 15:54:59 +02:00
unit radix-tree: fix some bugs in remove_prefix and iterate 2018-05-30 14:21:27 +01:00
.gitignore test: add results/ to .gitignore 2016-12-10 18:00:25 +00:00
Makefile.in tests: separate lvmlockd tests with or without lvmetad 2018-05-30 09:25:45 -05:00