commit 66b5538339f4828d601d80b64ca7bf0c4891e73d
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Wed Jan 17 01:05:02 2018 -0500

    ctest comment: be more clear about what "!" means
    
    The "!" line only affects tests in that file.
    
    This amends c6d4380c.
    
    Thanks to Kornel for spotting this.
    
    (cherry picked from commit 39c22913a2b754a5f8e9a2bdf4e1e27aa61e354f)
---
 development/autotests/ignoredTests |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/development/autotests/ignoredTests 
b/development/autotests/ignoredTests
index a0d5f61..40006f9 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -58,7 +58,8 @@ export/.*/zh_CN/.*texF
 # Exception: ja knitr.lyx and sweave.lyx support only XeLaTeX with system fonts
 # because they use the "bxjsarticle" class.
 #
-# The "!" means "Protect these tests from being matched by future patterns".
+# The "!" means the following:
+#   "Protect these tests from being matched by future patterns in this file".
 !export/.*/ja/(knitr|sweave).*_(lyx.*|xhtml|pdf4_systemF)
 export/.*/ja/(knitr|sweave).*
 #

Reply via email to