Loading scripts/self_test.py +0 −4 Original line number Diff line number Diff line Loading @@ -992,15 +992,11 @@ class SelfTest(IvasScriptsCommon.IvasScript): suffix = "nws" proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0]) print("before: ", proc_cmd) if suffix == "nws" and TOOLS_DIR == TOOLS_DIR_LINUX: # use wine proc_cmd[0] = os.path.join(TOOLS_DIR_WIN, "networkSimulator_g192.exe") print("during: ", proc_cmd) proc_cmd = ["wine"] + proc_cmd print("after: ", proc_cmd) proc_cmd = [ "{in_file}" if x == in_file else self.test_for_file(x) for x in proc_cmd ] Loading Loading
scripts/self_test.py +0 −4 Original line number Diff line number Diff line Loading @@ -992,15 +992,11 @@ class SelfTest(IvasScriptsCommon.IvasScript): suffix = "nws" proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0]) print("before: ", proc_cmd) if suffix == "nws" and TOOLS_DIR == TOOLS_DIR_LINUX: # use wine proc_cmd[0] = os.path.join(TOOLS_DIR_WIN, "networkSimulator_g192.exe") print("during: ", proc_cmd) proc_cmd = ["wine"] + proc_cmd print("after: ", proc_cmd) proc_cmd = [ "{in_file}" if x == in_file else self.test_for_file(x) for x in proc_cmd ] Loading