Add a new error to the log monitor.

Look for:

The following error occurred while installing.  This is a fatal error
This commit is contained in:
Brian C. Lane 2016-05-04 10:34:57 -07:00
parent 8615d58e80
commit 9559acfcb0

View File

@ -107,7 +107,8 @@ class LogRequestHandler(socketserver.BaseRequestHandler):
"error populating transaction after", "error populating transaction after",
"traceback script(s) have been run", "traceback script(s) have been run",
"crashed on signal", "crashed on signal",
"packaging: Missed: NoSuchPackage"] "packaging: Missed: NoSuchPackage",
"The following error occurred while installing. This is a fatal error"]
re_tests = [r"packaging: base repo .* not valid", re_tests = [r"packaging: base repo .* not valid",
r"packaging: .* requires .*"] r"packaging: .* requires .*"]
for t in simple_tests: for t in simple_tests: