<#21240 strip_v2_chroot_path affects other stdout>...
# github-notifications
c
#21240 strip_v2_chroot_path affects other stdout Issue created by sureshjoshi The output of
pants test
goes through a simplifier, but the simplifier is a bit too aggressive - to the point of affecting other data within the stdout. e.g. def test_hello(): print("https://pantsbuild.org will be affected by simplifying /private/tmp/pants-sandbox-uPH7bl/whatever") assert False ----------------------------- Captured stdout call ----------------------------- https:whatever pantsbuild/pants