Hi. Any way to inject {chroot} into `ProcessResult...
# general
i
Hi. Any way to inject {chroot} into
ProcessResult
, specifically if I need to modify stderr and strip the sandbox path from it, already tried with
Simplifier
flag
strip_chroot_path
, does not work with more than 1 occurrence of the sandbox path in the line, anything left of the last occurrence is stripped off. Any suggestions?
h
Hmm, sounds like
Simplifier
should be fixed to strip multiple occurrences on a single line?
i
Yes. That would be great.
h
You’re welcome to take a crack at it, should be pretty simple!