diff --git a/main-basop.yml b/main-basop.yml index 4b522c0487f8054309a640b2a1aed970d08a01a5..5f3c74bd0899c27d10ce41c3df6cabb750523986 100644 --- a/main-basop.yml +++ b/main-basop.yml @@ -1359,10 +1359,10 @@ split-rendering-pytest-on-merge-request: - testcase_timeout=60 # remporary solution to make it work with and without https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/merge_requests/2181 - - mv $DUT_POST_RENDERER_PATH ISAR_post_rend_tmp - - cp $REF_POST_RENDERER_PATH $DUT_POST_RENDERER_PATH + - mv ISAR_post_rend ISAR_post_rend_tmp + - cp $REF_POST_RENDERER_PATH ISAR_post_rend - python3 -m pytest -q --log-level ERROR -n auto -rA tests/split_rendering/test_split_rendering.py --create_ref --testcase_timeout=$testcase_timeout || exit_code=$? - - mv ISAR_post_rend_tmp $DUT_POST_RENDERER_PATH + - mv ISAR_post_rend_tmp ISAR_post_rend ### Run test using scripts and input from main - if [ $ref_using_target == 1 ]; then git restore lib_com/options.h; fi # Revert changes back before checking out another branch to avoid conflicts