Fix Linux perf run script
authorDrew Scoggins <anscoggi@microsoft.com>
Wed, 18 Jan 2017 18:53:16 +0000 (10:53 -0800)
committerDrew Scoggins <anscoggi@microsoft.com>
Wed, 18 Jan 2017 18:53:16 +0000 (10:53 -0800)
commit9bb249cc7b980f5bf77ed18b0961365bc9b1d00d
tree45df27518a5bf4fc727553f051f68df3b2554e60
parent46485dab900ef3b31b6d85db30c6ba7f349bd4e0
Fix Linux perf run script

We rely on the build of CoreFX that we grab from the Corefx runs on the
main Jenkins instance.  With the recent changes the name of one of the
folders as been changed from "Native" to "native".  The checking that we
were doing was not case insensitive and as a result we started failing.
I have made that check now look for both the upper case and lower case
version of the word.

Commit migrated from https://github.com/dotnet/coreclr/commit/46cede629db5e914bea42e1ebc01a5231b528942
src/coreclr/tests/scripts/run-xunit-perf.sh