mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
test: Use the new runner in make check.
This commit is contained in:
parent
1ec2023cbf
commit
b726d66882
@ -101,12 +101,7 @@ help:
|
||||
@echo " VERBOSE Verbose output (1), timing (2)."
|
||||
|
||||
check: .tests-stamp
|
||||
VERBOSE=$(VERBOSE) \
|
||||
cluster_LVM_TEST_LOCKING=3 \
|
||||
lvmetad_LVM_TEST_LVMETAD=1 \
|
||||
./lib/harness $(patsubst %,normal:%,$(RUN_BASE)) \
|
||||
$(patsubst %,cluster:%,$(RUN_BASE)) \
|
||||
$(patsubst %,lvmetad:%,$(LVMETAD_RUN_BASE))
|
||||
VERBOSE=$(VERBOSE) ./lib/runner --testdir shell --outdir results
|
||||
|
||||
check_system: .tests-stamp
|
||||
VERBOSE=$(VERBOSE) \
|
||||
|
Loading…
Reference in New Issue
Block a user