How to modify the test results location in the failure report text after test execution?

First of all, I’m sorry if the title sounds confusing. I’m not sure how to word it properly.

This is the scenario:
I run some tests and at least one of them fails. I see this error message on console.
7 tests completed, 2 failed
There were failing tests. See the results at: (Local test results location. Like C://build/test-results/)

But I move my test results immediately after test execution to one of our results drives and delete this temp file location. So, the error message is pointing to a location where the results no longer exist.

I need to overwrite this location or suppress it from appearing. Any help will be appreciated.

Thanks,
Sundar