Commit bb1b122a authored by janssontoftg's avatar janssontoftg
Browse files

Revert 98ecfc53

parent 55be30e0
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -96,13 +96,7 @@ for s in scripts:
                diff_opts  = ""
        for proc in preproc:
            proc = replace_paths(proc, testv_path, ref_path, cut_path)
            if 'rm' in proc:
                path = proc.split()[-1]
                if os.path.exists(path): shutil.rmtree(path)
            if 'mkdir' in proc:
                path = proc.split()[-1]
                os.makedirs(path)
                
            subprocess.run(proc.split())

@pytest.mark.parametrize("test_tag", list(test_dict.keys()))
def test_26252(test_tag, encoder_path, decoder_path, renderer_path):