```
ERROR: Interceptors are not working. This may be because
AddressSanitizer is loaded too late (e.g. via dlopen). Please
launch the executable with:
DYLD_INSERT_LIBRARIES=/path/to/libclang_rt.asan_osx_dynamic.dylib
```
- Find the real process running the scripts
- Set it as the test runner python under certain conditions
- Print message with the command to run in case one wants to use it outside tests
Ref T86579