Commit e5e845ea authored by Jan Kiene's avatar Jan Kiene
Browse files

move error parsing into after_script section

parent 3069c710
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1569,6 +1569,7 @@ ivas-pytest-sanitizers:
      fi
    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest $pytest_args

  after_script:
    - python3 scripts/parse_sanitizer_errors_from_xml_report.py report-junit.xml errors.csv

.sanitizer-selftest-on-mr: