Commit 7c5f5151 authored by norvell's avatar norvell
Browse files

Changed MLD parsing to use report-junit.xml and extended test name to full name

parent 0b2766c6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ stages:
    - fi
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    
    - python3 scripts/parse_mld.py report.html mld.csv
    - python3 scripts/parse_mld_xml.py report-junit.xml mld.csv

    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi
    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi