[lvm-devel] master - test: Remove excessive comma resulting in empty flavour

Marian Csontos mcsontos at sourceware.org
Thu Jul 26 13:03:20 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7f49d463d6c362a472d3ba721f91558602901a33
Commit:        7f49d463d6c362a472d3ba721f91558602901a33
Parent:        a004bb07f14baeed158ac9ea571cf5a6882c436f
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Thu Jul 26 14:56:08 2018 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Thu Jul 26 14:56:08 2018 +0200

test: Remove excessive comma resulting in empty flavour

---
 test/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 5185322..a9bb083 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 \




More information about the lvm-devel mailing list