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

rename renderer DUT binary to keep convention of renderer tests

parent a8d771ec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -278,6 +278,9 @@ workflow:
    - echo "$comp_args"

    ### run pytest
    # to keep the convention for the renderer tests:
    - mv $DUT_RENDERER_PATH IVAS_rend

    - exit_code=0
    - python3 -m pytest --tb=no $TEST_SUITE -v --create_cut --html=report.html --self-contained-html --junit-xml=report-junit.xml $comp_args -n auto --testcase_timeout $testcase_timeout --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$?
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true