mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Handle attic files with now missing references to png graphics
This commit is contained in:
parent
3e80a5dd6e
commit
5b5b1a4515
@ -1,4 +1,4 @@
|
|||||||
# Languages cannot be in regex as .*, therefore they have to be explicitly named
|
# Languages cannot be in regex as .*, therefore they have to be explicitly named
|
||||||
# This is due to our implementation in creating different lists for different languages
|
# This is due to our implementation in creating different lists for different languages
|
||||||
.*(|de|es|fr|he|hu|id|ko|ru|uk|zh_CN)/.*(dvi3|pdf4|pdf5)_texF
|
.*(|de|es|fr|he|hu|id|ko|ru|uk|zh_CN)/.*(dvi3|pdf4|pdf5)_texF
|
||||||
.*/attic/.*F
|
.*/attic/(eu|it|pl|sk)_.*
|
||||||
|
@ -208,3 +208,11 @@ export/mathmacros/testcases_speed_(dvi|pdf|pdf[23]|(dvi3|pdf[45])_(texF|systemF)
|
|||||||
# But this one fails fails because of a bug in LyX
|
# But this one fails fails because of a bug in LyX
|
||||||
# Probably language mess
|
# Probably language mess
|
||||||
export/export/ja/wrong_auto_encoding_(dvi|pdf(|3))
|
export/export/ja/wrong_auto_encoding_(dvi|pdf(|3))
|
||||||
|
|
||||||
|
# Fails because of missing .png graphic files
|
||||||
|
# They were replaced by .svgz, but, as this file
|
||||||
|
# is attic, we do not convert to new lyx format
|
||||||
|
# latex creates output (and ignores missing files)
|
||||||
|
# while (pdf|lua|xe)latex exits with != 0
|
||||||
|
Sublabel: missingpng
|
||||||
|
export/doc/attic/eu_UserGuide_pdf..*
|
||||||
|
Loading…
Reference in New Issue
Block a user