summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-04-23 16:39:05 +0200
committerOndrej Kozina <okozina@redhat.com>2015-05-07 15:50:29 +0200
commitdb9317be39c33fd100fcebec3d8a6bdbab07c8c1 (patch)
treecf9c048b6b965b6a3c1a3f015ebdf65ec09f800d
parentf7be6a50590d7bf104ea2b10b686c553ad572a39 (diff)
downloadlvm2-db9317be39c33fd100fcebec3d8a6bdbab07c8c1.tar.gz
tests: extend check and check_system of lvmpolld tests
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4b724ff83..051a38e8e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -116,12 +116,12 @@ help:
check: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \
--testdir . --outdir $(LVM_TEST_RESULTS) \
- --flavours ndev-vanilla,ndev-cluster$(LVMETAD_NDEV_FLAVOUR) --only $(T) --skip $(S)
+ --flavours ndev-vanilla,ndev-cluster$(LVMETAD_NDEV_FLAVOUR)$(LVMPOLLD_NDEV_FLAVOUR) --only $(T) --skip $(S)
check_system: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \
--testdir . --outdir $(LVM_TEST_RESULTS) \
- --flavours udev-vanilla,udev-cluster$(LVMETAD_UDEV_FLAVOUR) --only $(T) --skip $(S)
+ --flavours udev-vanilla,udev-cluster$(LVMETAD_UDEV_FLAVOUR)$(LVMPOLLD_UDEV_FLAVOUR) --only $(T) --skip $(S)
check_cluster: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \