Loading conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ for s in scripts: proc = replace_paths(proc, testv_path, ref_path, cut_path) path_arg = proc.split()[-1] if "rm" in proc: if os.path.exists(path_arg) if os.path.exists(path_arg): shutil.rmtree(path_arg) if "mkdir" in proc: Path(path_arg).mkdir(parents=True, exist_ok=True) Loading dec_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_DEC_BIN>" Loading enc_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_ENC_BIN>" Loading jbm_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_DEC_BIN>" Loading rend_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_REND_BIN>" Loading Loading
conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ for s in scripts: proc = replace_paths(proc, testv_path, ref_path, cut_path) path_arg = proc.split()[-1] if "rm" in proc: if os.path.exists(path_arg) if os.path.exists(path_arg): shutil.rmtree(path_arg) if "mkdir" in proc: Path(path_arg).mkdir(parents=True, exist_ok=True) Loading
dec_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_DEC_BIN>" Loading
enc_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_ENC_BIN>" Loading
jbm_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_DEC_BIN>" Loading
rend_header.txt +0 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -e if [ "$#" -ne 1 ]; then echo "Usage: $0 <CUT_REND_BIN>" Loading