Commit 5f0c3063 authored by norvell's avatar norvell
Browse files

Exclude pca cases

parent 61605ad4
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+7 −6
Original line number Diff line number Diff line
@@ -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: