Fix x64 perf run break
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 17 Feb 2017 07:39:53 +0000 (23:39 -0800)
committerDrew Scoggins <anscoggi@microsoft.com>
Fri, 17 Feb 2017 07:39:53 +0000 (23:39 -0800)
commit6eb2a5939729c40c6629351091458713f5b62e0b
tree0228db17a5b32e457bc905c31545516fea865d15
parente2eee08c743035e788c669ce4b760e3e8e3aa73b
Fix x64 perf run break

After the checkin to add legacy JIT testing support for x86 we broke x64
runs.  THe issue is that we do not pass anything in to the TEST_ENV
variable on x64 and when a variable is empty and you attempt to use the
if exists syntax you fail.  I have added a nonsense file name that we
set this to before we go through the args loop. I was not able to find a
better solution and want to get the lab unblocked, but any batch masters
feel free to solve this the right way.

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