Loading scripts/self_test.py +2 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,8 @@ class SelfTest(IvasScriptsCommon.IvasScript): suffix = "nws" elif proc_cmd[0] == "eid-xor": suffix = "fer" else: suffix = "" proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0]) Loading Loading
scripts/self_test.py +2 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,8 @@ class SelfTest(IvasScriptsCommon.IvasScript): suffix = "nws" elif proc_cmd[0] == "eid-xor": suffix = "fer" else: suffix = "" proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0]) Loading