summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2018-07-26 14:56:08 +0200
committerMarian Csontos <mcsontos@redhat.com>2018-07-26 14:56:08 +0200
commit7f49d463d6c362a472d3ba721f91558602901a33 (patch)
tree1dbde3944f3668111b01b00a46755cb1ee54c674 /test/Makefile.in
parenta004bb07f14baeed158ac9ea571cf5a6882c436f (diff)
downloadlvm2-7f49d463d6c362a472d3ba721f91558602901a33.tar.gz
test: Remove excessive comma resulting in empty flavour
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 518532227..a9bb08306 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -123,12 +123,12 @@ help:
check: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \
--testdir . --outdir $(LVM_TEST_RESULTS) \
- --flavours ndev-vanilla,$(LVMETAD_NDEV_FLAVOUR)$(LVMPOLLD_NDEV_FLAVOUR) --only $(T) --skip $(S)
+ --flavours ndev-vanilla$(LVMPOLLD_NDEV_FLAVOUR) --only $(T) --skip $(S)
check_system: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \
--testdir . --outdir $(LVM_TEST_RESULTS) \
- --flavours udev-vanilla,$(LVMETAD_UDEV_FLAVOUR)$(LVMPOLLD_UDEV_FLAVOUR)$(LVMLOCKD_UDEV_FLAVOUR) --only $(T) --skip $(S)
+ --flavours udev-vanilla$(LVMPOLLD_UDEV_FLAVOUR)$(LVMLOCKD_UDEV_FLAVOUR) --only $(T) --skip $(S)
check_local: .tests-stamp
VERBOSE=$(VERBOSE) ./lib/runner \