1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +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)." @echo " VERBOSE Verbose output (1), timing (2)."
check: .tests-stamp check: .tests-stamp
VERBOSE=$(VERBOSE) \ VERBOSE=$(VERBOSE) ./lib/runner --testdir shell --outdir results
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))
check_system: .tests-stamp check_system: .tests-stamp
VERBOSE=$(VERBOSE) \ VERBOSE=$(VERBOSE) \