diff options
-rw-r--r-- | lib/spack/external/ctest_log_parser.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/external/ctest_log_parser.py b/lib/spack/external/ctest_log_parser.py index 61cc6df029..2b2746003a 100644 --- a/lib/spack/external/ctest_log_parser.py +++ b/lib/spack/external/ctest_log_parser.py @@ -150,8 +150,6 @@ _error_exceptions = [ ": note", " ok", "Note:", - "makefile:", - "Makefile:", ":[ \\t]+Where:", "[^ :]:[0-9]+: Warning", "------ Build started: .* ------", @@ -189,8 +187,6 @@ _warning_exceptions = [ "/usr/.*/X11/XResource\\.h:[0-9]+: war.*: ANSI C\\+\\+ forbids declaration", "WARNING 84 :", "WARNING 47 :", - "makefile:", - "Makefile:", "warning: Clock skew detected. Your build may be incomplete.", "/usr/openwin/include/GL/[^:]+:", "bind_at_load", |