1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/test
Zdenek Kabelac 3596210e02 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-08-09 12:57:21 +02:00
..
api Remove python bindings for liblvm2app 2018-06-08 10:33:47 -05:00
dbus tests/dbus: Re-enable nesting and pvcreate via symlink 2018-12-20 10:27:30 -06:00
lib tests: replaces grep -q usage 2019-08-09 12:57:21 +02:00
shell tests: open-file-limit 2019-08-08 15:45:03 -05:00
unit tests: indent 2018-12-23 01:07:27 +01:00
.gitignore test: add results/ to .gitignore 2016-12-10 18:00:25 +00:00
Makefile.in test: Restore testing of D-Bus API 2019-05-31 08:58:30 +02:00