From 21ebede4c909e1fbc443f6fd868cb725284a8fd3 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 6 Jan 2019 02:19:06 -0500 Subject: [PATCH] ctests: ignore Bibliography.lyx PDF export tests Bibliography.lyx is not expected to be compiled on its own. See: https://www.mail-archive.com/search?l=mid&q=20190104195414.opgeuggeqakxl2fo%40barna --- development/autotests/ignoredTests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 50f07cfc50..35981148ea 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -78,6 +78,10 @@ export/mathmacros/Spacechild[123].* export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9] export/examples/springer/svmult_(acknow|acronym|appendix|cblist|dedication|foreword|glossary|part|preface|referenc)_lyx[0-9][0-9] export/examples/thesis/(Acknowledgments|Appendix|Summary|Bibliography|chapter-[12])_lyx[0-9][0-9] +# Bibliography.lyx is not expected to compile. See the following for discussion: +# https://www.mail-archive.com/search?l=mid&q=20190104195414.opgeuggeqakxl2fo%40barna +# Ignore all formats except xhtml export +export/examples/thesis/Bibliography_[^x].* # Document class "Docbook article (SGML)" does not work with LaTeX: export/examples/docbook_article_(dvi3|pdf[245]).* -- 2.39.5