We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966fba0 commit 58f39efCopy full SHA for 58f39ef
test/framework/run.py
@@ -2087,7 +2087,7 @@ def test_run_shell_cmd_delete_cwd(self):
2087
f"rm -rf {workdir} && echo 'Working directory removed.'"
2088
)
2089
2090
- error_pattern = rf"Failed to return to {workdir} after executing command"
+ error_pattern = rf"Failed to return to .*/{os.path.basename(self.test_prefix)}/workdir after executing command"
2091
2092
mkdir(workdir, parents=True)
2093
with self.mocked_stdout_stderr():
0 commit comments