Commit 5a9ceeff authored by Jan Kiene's avatar Jan Kiene
Browse files

patch windows binary key

parent 8de65d39
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -704,6 +704,10 @@ selection-test-processing:
    - make -j
    - cp ./IVAS_* ivas-processing-scripts/ivas_processing_scripts/bin/

    # patch the use_windows_codec_binaries key (weird folding is needed so colons are accepted)
    - >
      sed -i "s/use_windows_codec_binaries: true/use_windows_codec_binaries: false/" ivas-processing-scripts/ivas_processing_scripts/experiments/selection/*config/*.yml

    # run experiments test
    - cd ivas-processing-scripts
    - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt