Loading tests/test_26252.py +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ for s in scripts: cut_path = "" preproc = [] for line in fp.readlines(): print(line) if line.startswith("rm") or line.startswith("mkdir"): preproc.append(line.strip()) if line.startswith("TESTV_PATH"): Loading Loading
tests/test_26252.py +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ for s in scripts: cut_path = "" preproc = [] for line in fp.readlines(): print(line) if line.startswith("rm") or line.startswith("mkdir"): preproc.append(line.strip()) if line.startswith("TESTV_PATH"): Loading