We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0bfd7 commit ef221dcCopy full SHA for ef221dc
scripts/run_tests.py
@@ -59,10 +59,7 @@ def __source_script(script_path):
59
return {}
60
61
def setup_env(self):
62
- if platform.system() == "Windows":
63
- self.work_dir = Path(self.__get_project_path()) / "install" / "bin"
64
- else:
65
- self.work_dir = Path(self.__get_project_path()) / "build" / "bin"
+ self.work_dir = Path(self.__get_project_path()) / "install" / "bin"
66
67
@staticmethod
68
def __run_exec(command):
0 commit comments