[LyX/master] Cmake export tests: Adapt test filtering
Kornel Benko
kornel at lyx.org
Sun Aug 2 17:18:24 UTC 2020
commit 2952c78ea56b5767f4c804ce62df0b1dde47a130
Author: Kornel Benko <kornel at lyx.org>
Date: Sun Aug 2 19:40:55 2020 +0200
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(+), 0 deletions(-)
diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests
index 3a839df..a8465b0 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 9987ed6..870ed2b 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)?
More information about the lyx-cvs
mailing list