Skip to content

Commit

Permalink
Testrig: use a writable CWD for sail
Browse files Browse the repository at this point in the history
This is required to use sail coverage output.
  • Loading branch information
arichardson committed Aug 24, 2023
1 parent f2b15a0 commit ed6d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycheribuild/projects/testrig.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run_testrig(self) -> None:
self.get_reference_implementation_command(reference_impl_port),
config=self.config,
stdin=subprocess.DEVNULL,
cwd="/",
cwd=log_dir,
) as reference_cmd:
with self.get_test_impl(test_impl_port) as test_cmd:
if not self.config.pretend:
Expand Down

0 comments on commit ed6d8ba

Please sign in to comment.