Skip to content

Commit 13cb1de

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

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
@@ -62,7 +62,7 @@ def setup_env(self):
6262
if platform.system() == "Windows":
6363
self.work_dir = Path(self.__get_project_path()) / "install" / "bin"
6464
else:
65-
self.work_dir = Path(self.__get_project_path()) / "build/bin"
65+
self.work_dir = Path(self.__get_project_path()) / "build" / "bin"
6666

6767
@staticmethod
6868
def __run_exec(command):

0 commit comments

Comments
 (0)