From: Michelle McDaniel Date: Wed, 12 Apr 2017 16:56:33 +0000 (-0700) Subject: Fix run-xunit-perf.cmd for local use X-Git-Tag: accepted/tizen/base/20180629.140029~1428^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2697c9b034e00c5183f3cd2f3a605fbc8a9b21c;p=platform%2Fupstream%2Fcoreclr.git Fix run-xunit-perf.cmd for local use run-xunit-perf.cmd specifies the full path to the benchmark using %WORKSPACE%, which a user may not set locally. This change modifies it to use %CORECLR_ROOT%. --- diff --git a/tests/scripts/run-xunit-perf.cmd b/tests/scripts/run-xunit-perf.cmd index bad1f93..0d657c6 100644 --- a/tests/scripts/run-xunit-perf.cmd +++ b/tests/scripts/run-xunit-perf.cmd @@ -94,7 +94,7 @@ if DEFINED TEST_ENV ( ) ) -corerun.exe PerfHarness.dll %WORKSPACE%\sandbox\%BENCHNAME%.%TEST_FILE_EXT% --perf:runid Perf > %BENCHNAME%.out +corerun.exe PerfHarness.dll %CORECLR_REPO%\sandbox\%BENCHNAME%.%TEST_FILE_EXT% --perf:runid Perf > %BENCHNAME%.out @rem optionally generate results for benchview if not [%BENCHVIEW_PATH%] == [] (