diff --git a/src/integrationtest/integrationtest_drunc.py b/src/integrationtest/integrationtest_drunc.py index 406af21..de27c8f 100755 --- a/src/integrationtest/integrationtest_drunc.py +++ b/src/integrationtest/integrationtest_drunc.py @@ -678,7 +678,7 @@ class RunResult: # check for errors and warnings for all verbosity levels if should_be_printed == False: - if ("error" in line.lower() and not " In error " in line) or "warning" in line.lower(): + if ("error" in line.lower() and (not "In error" in line and not "Endpoint" in line)) or "warning" in line.lower(): should_be_printed = True # check for basic transition messages, if that level of verbosity is requested