Commit 39a88ce6 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

avoid reference to folders outside conformance package

parent c8d6c172
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -554,7 +554,7 @@ class MLDConformance:
        return " ".join([exec, *commands[1:]])

    def reformatCommand(self, command: str, ref: bool = False) -> str:
        command = command.replace("$TESTV_PATH", self.scriptsDir)
        command = command.replace("$TESTV_PATH", self.testvecDir)
        ################   HACKS #########################
        command = command.replace("_cut.192.fer", ".192")
        command = command.replace("_cut.192", ".192")