Hi
Regardless of the length of the build path, the test script ultimately converts it to `<module 'test_module' from '/removed/for/test/purposes.py'>` The only problem is that if the build path is shortened, it no longer ends with (>'), and the `sed` command cannot change it to the default value. I mean this command from test_all.sh file: sed 's|<module '"'[^']*' from '[^']*'>|<module 'test_module' from '/removed/for/test/purposes.py'>"'|g' -- On Tuesday, 7 July 2026 at 20:31, Santiago Vila <[email protected]> wrote: > tags 1129141 patch > thanks > > Hi. > > After a little investigation, this looks like a truncation issue. > The attached patch works for me. Do you think it would be acceptable > for upstream? > > Thanks.

