Commit 2d839a77 authored by norvell's avatar norvell
Browse files

Fix call to scripts/prepare_combined_format_inputs.py

parent 29975c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1245,7 +1245,7 @@ ivas-conformance:
    - non_be_flag=0
    - exit_code=0
    - python3 tests/create_short_testvectors.py
    - python3 prepare_combined_format_inputs.py
    - python3 scripts/prepare_combined_format_inputs.py
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref --html=report1.html --self-contained-html --keep_files || exit_code=$?
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2 --keep_files || exit_code=$?
    - python3 -m pytest tests/renderer/test_renderer.py --create_ref --keep_files || exit_code=$?