Skip to content

Commit 7a27359

Browse files
allnesaobolensk
andauthored
Update scripts/run_tests.py
Co-authored-by: Arseniy Obolenskiy <gooddoog@student.su>
1 parent c38bd4c commit 7a27359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __source_script(script_path):
6060

6161
def setup_env(self):
6262
if platform.system() == "Windows":
63-
self.work_dir = Path(self.__get_project_path()) / "install/bin"
63+
self.work_dir = Path(self.__get_project_path()) / "install" / "bin"
6464
else:
6565
self.work_dir = Path(self.__get_project_path()) / "build/bin"
6666

0 commit comments

Comments
 (0)