Fix copy error in perf script
authorDrew Scoggins <Drew Scoggins>
Mon, 8 May 2017 05:09:20 +0000 (22:09 -0700)
committerDrew Scoggins <Drew Scoggins>
Mon, 8 May 2017 05:09:20 +0000 (22:09 -0700)
commit8cc4a1707a82c19405f83ffd03c3f8eb9bfb5619
tree5a4b1db4c3d9e8dcd61c9fb8a5a4bff3aa463aa3
parent54728df3746240c54aa9f4a94fdf30098bd3209e
Fix copy error in perf script

When I merged the PR that enabled the lean runs I added another call to
our run script.  This run script had an assumption that it would only
ever be called once and as such would try and copy two files that had
the same name.  This would cause it to prompt to overwrite or not and
fail the run.  This change makes each copy unique based on the
collection flags that were used for collection.

Commit migrated from https://github.com/dotnet/coreclr/commit/fa0ee737a0c05b1e3db83f508fd1b8018da97b61
src/coreclr/tests/scripts/run-xunit-perf.cmd