From 5fb0d6268f55bf964ca909512ff7a2a9aee15fc8 Mon Sep 17 00:00:00 2001 From: malenov Date: Wed, 25 Jan 2023 10:57:20 +0100 Subject: [PATCH] remove lines where wine is called to run the networkSimulator_g192 on Linux platforms --- scripts/self_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/self_test.py b/scripts/self_test.py index 545580a0d6..2be585882b 100755 --- a/scripts/self_test.py +++ b/scripts/self_test.py @@ -992,10 +992,6 @@ class SelfTest(IvasScriptsCommon.IvasScript): suffix = "nws" proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0]) - if suffix == "nws" and TOOLS_DIR == TOOLS_DIR_LINUX: - # use wine - proc_cmd[0] = os.path.join(TOOLS_DIR_WIN, "networkSimulator_g192.exe") - proc_cmd = ["wine"] + proc_cmd proc_cmd = [ "{in_file}" if x == in_file else self.test_for_file(x) for x in proc_cmd -- GitLab