From c9a6939ebbbc18e30840977fbc4e61c8ef5cbb38 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 19 Jun 2014 21:04:18 +0200 Subject: [PATCH] ctests: Use regular expressions --- development/autotests/revertedTests | 31 +++++++---------------------- 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/development/autotests/revertedTests b/development/autotests/revertedTests index fec4dca337..42cbd41e63 100644 --- a/development/autotests/revertedTests +++ b/development/autotests/revertedTests @@ -100,30 +100,13 @@ export/templates/ctex_pdf[23]? # For a workaround, see: # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html # David Carlisle might fix the europeCV package. -export/examples/Foils_dvi3_systemF -export/examples/Foils_pdf4_systemF -export/examples/Foils_pdf5_systemF -export/examples/fr/Foils_dvi3_systemF -export/examples/fr/Foils_pdf5_systemF -export/examples/aa_sample_dvi3_texF -export/examples/aa_sample_dvi3_systemF -export/examples/aa_sample_pdf4_texF -export/examples/aa_sample_pdf4_systemF -export/examples/aa_sample_pdf5_texF -export/examples/aa_sample_pdf5_systemF -export/examples/europeCV_dvi3_texF -export/examples/europeCV_pdf5_texF -export/templates/aa_dvi3_texF -export/templates/aa_dvi3_systemF -export/templates/aa_pdf4_texF -export/templates/aa_pdf4_systemF -export/templates/aa_pdf5_texF -export/templates/aa_pdf5_systemF +export/examples/Foils_(dvi3|pdf4|pdf5)_systemF +export/examples/fr/Foils_(dvi3|pdf5)_systemF +export/examples/aa_sample_(dvi3|pdf4|pdf5)_(texF|systemF) +export/examples/europeCV_(dvi3|pdf5)_texF +export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF) # # These exports correctly fail now on TeX Live 2014. Although they compiled # without error on TeX Live 2013, the resulting PDFs had gibberish. -export/doc/he/Intro_pdf4_texF -export/doc/he/Tutorial_pdf4_texF -export/examples/he/example_lyxified_pdf4_texF -export/examples/he/example_raw_pdf4_texF -export/examples/he/splash_pdf4_texF +export/doc/he/(Intro|Tutorial)_pdf4_texF +export/examples/he/(example_lyxified|example_raw|splash)_pdf4_texF -- 2.39.2