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

try different order orf args

parent 2d9ff543
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1562,9 +1562,9 @@ ivas-pytest-sanitizers:
      fi
    - |
      if [ "$WHAT" == "CODEC" ]; then
          pytest_args="$pytest_args --update_ref 1 tests/codec_be_on_mr_nonselection --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec"
          pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec"
      else
          pytest_args="$pytest_args --create_ref tests/renderer/test_renderer.py"
          pytest_args="tests/renderer/test_renderer.py $pytest_args --create_ref"
      fi
    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest $pytest_args