Commit a59aae17 authored by norvell's avatar norvell
Browse files

Debug output

parent a41236be
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"):