Commit a29ddb4f authored by malenovsky's avatar malenovsky
Browse files

Merge branch...

Merge branch '304-wine-expected-when-running-networksimulator_g192-as-part-of-self_test-py-in-wsl' into 'main'

remove lines where wine is called to run the networkSimulator_g192 on Linux platforms

See merge request !404
parents 6b1025dc 5fb0d626
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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