Commit f4be89fe authored by norvell's avatar norvell
Browse files

Merge branch 'ci/peaq-for-binauralized-output-2' of...

Merge branch 'ci/peaq-for-binauralized-output-2' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into ci/peaq-for-binauralized-output-2
parents b3805147 1db09bed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1744,7 +1744,7 @@ peaq-binaural:
    - make -j

    - exit_code=0
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --html=report.html --self-contained-html --junit-xml=report-junit.xml --peaq-binaural --odg || exit_code=$?
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --html=report.html --self-contained-html --junit-xml=report-junit.xml --peaq_binaural --odg || exit_code=$?
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    - python3 scripts/parse_xml_report.py report-junit.xml report.csv
    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi