Bug fix on measurement.py loop (#13711)
authorJosé Rivero <jorive@microsoft.com>
Thu, 31 Aug 2017 17:00:54 +0000 (10:00 -0700)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2017 17:00:54 +0000 (10:00 -0700)
commit1f88b8e93bfb74947dc2e4ffc485900208a11313
treed512b0ddbb118c4211521d4c7586492f5d45d0e5
parentd52cbdb25e2b15fec3e96c5314fcb40e944fe20b
Bug fix on measurement.py loop (#13711)

The loop was iterating through fixed file name and a pattern. The fixed file name did not exist, and the whole function failed.
With this change, we loop through the files if they exist.
tests/scripts/run-xunit-perf.cmd