[functional-tests] Don't include the dm tests in the ft suite.

I'll create a separate program for those.
This commit is contained in:
Joe Thornber 2017-10-10 11:17:54 +01:00
parent 997dbcf2ad
commit 6bf81aab85

View File

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