1
0
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:
Petr Rockai 2014-06-25 21:35:11 +02:00
parent 1ec2023cbf
commit b726d66882

View File

@ -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) \