Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,6 @@ ivas-conformance: - git restore . - git checkout $source_branch_commit_sha - cp tests/test_26252.py tests_ref/test_26252.py - cp tests/codec_be_on_mr_nonselection/test_sba_bs_enc.py tests_ref/codec_be_on_mr_nonselection - rm -r tests scripts - mv tests_ref tests - mv scripts_ref scripts Loading parse_commands.py +7 −6 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ if __name__ == '__main__': cmd = cmd.replace(root_folder + r'/scripts/', TESTV_PATH) cmd = cmd.replace(root_folder + r'/tests/', CUT_PATH ) if not "pca" in cmd: outfile.write(cmd+'\n') bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt))$", cmd) if bts: Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,6 @@ ivas-conformance: - git restore . - git checkout $source_branch_commit_sha - cp tests/test_26252.py tests_ref/test_26252.py - cp tests/codec_be_on_mr_nonselection/test_sba_bs_enc.py tests_ref/codec_be_on_mr_nonselection - rm -r tests scripts - mv tests_ref tests - mv scripts_ref scripts Loading
parse_commands.py +7 −6 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ if __name__ == '__main__': cmd = cmd.replace(root_folder + r'/scripts/', TESTV_PATH) cmd = cmd.replace(root_folder + r'/tests/', CUT_PATH ) if not "pca" in cmd: outfile.write(cmd+'\n') bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt))$", cmd) if bts: Loading