]> sourceware.org Git - lvm2.git/commitdiff
tests: keep results configurable
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 8 Nov 2018 09:01:21 +0000 (10:01 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 8 Nov 2018 11:22:18 +0000 (12:22 +0100)
test/Makefile.in

index bb736a68623d34b62ef3d3013ca35988083d300c..f8571b7cc9cfc6ecc672359f7d12840c13906f50 100644 (file)
@@ -137,33 +137,33 @@ check_local: .tests-stamp
 ifeq ("@BUILD_LVMPOLLD@", "yes")
 check_lvmpolld: .tests-stamp
        VERBOSE=$(VERBOSE) ./lib/runner \
-               --testdir . --outdir results \
+               --testdir . --outdir $(LVM_TEST_RESULTS) \
                --flavours ndev-lvmpolld --only $(T) --skip $(S)
 
 check_all_lvmpolld: .tests-stamp
        VERBOSE=$(VERBOSE) ./lib/runner \
-               --testdir . --outdir results \
+               --testdir . --outdir $(LVM_TEST_RESULTS) \
                --flavours ndev-lvmpolld --only $(T) --skip $(S)
 endif
 
 ifeq ("@BUILD_LVMLOCKD@", "yes")
 check_lvmlockd_sanlock: .tests-stamp
        VERBOSE=$(VERBOSE) ./lib/runner \
-               --testdir . --outdir results \
+               --testdir . --outdir $(LVM_TEST_RESULTS) \
                --flavours udev-lvmlockd-sanlock --only shell/aa-lvmlockd-sanlock-prepare.sh,$(T),shell/zz-lvmlockd-sanlock-remove.sh --skip $(S)
 endif
 
 ifeq ("@BUILD_LVMLOCKD@", "yes")
 check_lvmlockd_dlm: .tests-stamp
        VERBOSE=$(VERBOSE) ./lib/runner \
-               --testdir . --outdir results \
+               --testdir . --outdir $(LVM_TEST_RESULTS) \
                --flavours udev-lvmlockd-dlm --only shell/aa-lvmlockd-dlm-prepare.sh,$(T),shell/zz-lvmlockd-dlm-remove.sh --skip $(S)
 endif
 
 ifeq ("@BUILD_LVMLOCKD@", "yes")
 check_lvmlockd_test: .tests-stamp
        VERBOSE=$(VERBOSE) ./lib/runner \
-               --testdir . --outdir results \
+               --testdir . --outdir $(LVM_TEST_RESULTS) \
                --flavours udev-lvmlockd-test --only $(T) --skip $(S)
 endif
 
This page took 0.033626 seconds and 5 git commands to generate.