Commit d4149f14 authored by norvell's avatar norvell
Browse files

Fix for failing for errors

parent dcb53717
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1216,11 +1216,13 @@ ivas-conformance:
    - git checkout $source_branch_commit_sha

    # Reference creation
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref 
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --create_ref
    - exit_code=0
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref || exit_code=$?
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2 || exit_code=$?
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --create_ref || exit_code=$?

    # Output creation
    - exit_code=0
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - python3 parse_commands.py report.html Readme_IVAS.txt
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true