From 6bf81aab85860b4e246df8ab774130f7956cc8d7 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 10 Oct 2017 11:17:54 +0100 Subject: [PATCH] [functional-tests] Don't include the dm tests in the ft suite. I'll create a separate program for those. --- functional-tests/run-tests | 2 -- 1 file changed, 2 deletions(-) diff --git a/functional-tests/run-tests b/functional-tests/run-tests index 333ea90..c08f40f 100755 --- a/functional-tests/run-tests +++ b/functional-tests/run-tests @@ -7,7 +7,6 @@ (functional-tests) (bcache bcache-tests) (cache-functional-tests) - (device-mapper dm-tests) (era-functional-tests) (parser-combinators) (only (srfi s1 lists) break) @@ -180,7 +179,6 @@ (register-cache-tests) (register-era-tests) (register-bcache-tests) -(register-dm-tests) (with-dir "test-output" ((parse-command-line)))