From 2952c78ea56b5767f4c804ce62df0b1dde47a130 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 2 Aug 2020 19:40:55 +0200 Subject: [PATCH] Cmake export tests: Adapt test filtering 1.) Ignore exports for docbook specific files 2.) Because of dvips problem invert test for some Foils-lyx-files --- development/autotests/ignoredTests | 4 ++++ development/autotests/invertedTests | 1 + 2 files changed, 5 insertions(+) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 3a839df715..a8465b0b1a 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -199,3 +199,7 @@ export/export/lyx2lyx/.* check_load/export/xhtml/.* lyx2lyx/export/xhtml/.* export/export/xhtml/.*(lyx..|dvi.*|pdf.*) + +# DOCBOOK +# not expected to successful compile +export/export/docbook/.*(lyx..|dvi.*|pdf.*) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 9987ed63ef..870ed2b5d9 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -344,4 +344,5 @@ Sublabel: dvips # and remove the dvips class option. But then, the output is not correct # (rotation of foils does not work). export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF +export/examples/(|fr/)Presentations/Foils_pdf[25](_systemF|_texF)? -- 2.39.5