Commit 9daed162 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix obsolete reference call and add dbg output

parent fb5d3916
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1066,13 +1066,15 @@ check-be-between-renderer-framesizes:
  stage: test
  needs: ["build-codec-linux-make"]
  script:
    - !reference [ .test-job-linux, before_script ]
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/disable-limiter.sh
    - make clean
    - make -j
    - echo "$SHORT_TEST_SUITE"
    - pytest_args="$SHORT_TEST_SUITE --tb=no -v --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec"

    - ls -l
    - echo "$pytest_args"
    - set euxo
    - python3 -m pytest "$pytest_args" --update_ref 1

    - exit_code=0