pants icon indicating copy to clipboard operation
pants copied to clipboard

Allow opting out of test output "simplification"

Open benjyw opened this issue 11 months ago • 1 comments

We strip chroot paths from test output, as they are an implementation detail that users will find confusing, but that leak into the paths that tests see.

However sometimes that can go awry and the regex we use will match more than intended. So we should offer an escape hatch, and then disable this output rewriting in the pants repo itself, where we typically do want to see the chroot paths, as they are precisely what we may be debugging!

benjyw avatar Mar 23 '24 18:03 benjyw

I have a PR that changes this (and fixes the overeager replacements)!

tgolsson avatar Mar 23 '24 20:03 tgolsson