Skip to content

Commit ef221dc

Browse files
committed
fix tests
1 parent 7f0bfd7 commit ef221dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/run_tests.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ def __source_script(script_path):
5959
return {}
6060

6161
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"
62+
self.work_dir = Path(self.__get_project_path()) / "install" / "bin"
6663

6764
@staticmethod
6865
def __run_exec(command):

0 commit comments

Comments
 (0)