From 710f284f12064c99245e7c3fe5636b62c202c080 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Sat, 9 Jan 2016 18:30:22 +0100 Subject: [PATCH] ctest: Fix an inversion filter-pattern. --- development/autotests/suspiciousTests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index 58b40d16d5..37eb968abd 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -228,9 +228,9 @@ Sublabel: attic # Fails because of missing .png graphic files. # They were replaced by .svgz, but, as this file is in the attic, we do not -# convert to new lyx format. Plain latex creates output (and ignores missing -# files) while (pdf|lua|xe)latex exits with != 0 -export/doc/attic/eu_UserGuide_pdf.+ +# convert to new lyx format. Plain latex and xetex create output (ignoring +# missing files) while (pdf|lua)latex exits with != 0 +export/doc/attic/eu_UserGuide_pdf[25].* # Files in the attic with non-default output # (i.e. could be ERT, package incompatiblity, ...) -- 2.39.2