This command is supposed to clean up temporary log files from this
test, but winds up cleaning all xray log files in the cwd, which can
interfere with other test processes.
We've seen this internally as errors such as:
rm: cannot remove 'xray-log.c-test.cc.tmp.bFiBJc': No such file or directory
Where the shell has globbed the logfile for a different test (c-test.cc here)
but a concurrent test process has deleted it by the time rm gets to running.