Skip to content
  • Tim's avatar
    CTest: Add error exception for sphinx-build WARNING messages · fde61d3a
    Tim authored and Brad King's avatar Brad King committed
    Sphinx-build warnings look like this:
    
        ../path/to/file.rst:105: WARNING: This is not an error.
    
    CTest detects these as errors by this regex:
    
        ([^ :]+):([0-9]+): ([^ \\t])
    
    Add an exception as we already have for lower-case `: warning`.
    fde61d3a