Fix Attoparsec test coverage check compatibility
authorMichele Tartara <mtartara@google.com>
Thu, 29 Nov 2012 09:36:40 +0000 (10:36 +0100)
committerMichele Tartara <mtartara@google.com>
Thu, 29 Nov 2012 10:24:34 +0000 (11:24 +0100)
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 <mtartara@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

Makefile.am

index 67475f3..35d8946 100644 (file)
@@ -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 \