Skip to content

Commit 1dd083d

Browse files
committed
libcxx: fix incorrect path
1 parent 20c34cd commit 1dd083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycheribuild/projects/cross/libcxx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def run_tests(self):
668668
)
669669
executor_lit_args = ["-Dexecutor=" + self.commandline_to_str(self.get_localhost_test_executor_command())]
670670
elif self.can_run_binaries_on_remote_morello_board():
671-
executor = [self.source_dir / "utils/ssh.py", "--host", self.config.remote_morello_board]
671+
executor = [self.source_dir / "../libcxx/utils/ssh.py", "--host", self.config.remote_morello_board]
672672
executor_lit_args = ["-Dexecutor=" + self.commandline_to_str(executor)]
673673
# The Morello board has 4 CPUs, so run 4 tests in parallel.
674674
test_jobs = 4

0 commit comments

Comments
 (0)