Fix overwriting of superpmi log file (#80716)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 17 Jan 2023 06:49:05 +0000 (22:49 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 06:49:05 +0000 (22:49 -0800)
commit0d9b946d9b4c81884dc2dd1441c7a1ee9d658d60
tree719271a8e3eb3af01c125093bf18216758ad1a8d
parent20d54cdaf3c53d6bb25e93560e0b4f5eba46fc31
Fix overwriting of superpmi log file (#80716)

* Fix overwriting of superpmi log file

The invocation of "tpdiff" was overwriting the log file generated by
superpmi.py of the asmdiffs run. Use a unique log file for each
invocation.

run-superpmi-diffs-job.yml is already configured to copy all
`superpmi_*.log` files to the output, so these new names will get saved.

* Fix file list in DownloadFilesFromResults
src/coreclr/scripts/superpmi-diffs.proj
src/coreclr/scripts/superpmi_diffs.py