From b726d6688260e1e1e98500809eee014b7ceb92b5 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Wed, 25 Jun 2014 21:35:11 +0200 Subject: [PATCH] test: Use the new runner in make check. --- test/Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index e2f2cb8db..c88d07a46 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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) \