diff --git a/scripts/xml_report_parser.py b/scripts/xml_report_parser.py index 524341249955c05192a31dc6b9dea692e829a448..f229e9fc8ebf2c115f51a7255dfc000f31bc657b 100755 --- a/scripts/xml_report_parser.py +++ b/scripts/xml_report_parser.py @@ -101,5 +101,5 @@ if __name__ == "__main__": for entry in above_treshold: summary.add_row(entry) print(summary) - exit(1) + exit(2) exit(0)