From 4349c24d7975ea9c985d1b425da607db233c2f68 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Thu, 29 Nov 2012 10:36:40 +0100 Subject: [PATCH] Fix Attoparsec test coverage check compatibility The hpc tool, on squeeze, does not handle utf8 encoded files correctly. The Attoparsec test is just needed to verify whether the parser handles uft8 correctly, so the solution is to exclude it from coverage checks. Signed-off-by: Michele Tartara Reviewed-by: Guido Trotter --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 67475f37d..35d894604 100644 --- a/Makefile.am +++ b/Makefile.am @@ -427,6 +427,7 @@ HPCEXCL = --exclude Main \ --exclude Ganeti.HTools.QC \ --exclude Ganeti.THH \ --exclude Ganeti.Version \ + --exclude Test.Ganeti.Attoparsec \ --exclude Test.Ganeti.TestCommon \ --exclude Test.Ganeti.TestHTools \ --exclude Test.Ganeti.TestHelper \ -- GitLab