Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-03-16 23:08:19 +0300
committerEric Mellino <erme@microsoft.com>2017-03-16 23:08:19 +0300
commitdd4aede51aa931ac2bdda5858d7500ec8a379f4b (patch)
tree79c107a77a1646d71263062b3b74d66ee4316788 /run-test.cmd
parentaaef79b11b8d57423865f0a468ff87e8ec56e97d (diff)
Fix path referenced in run-test.cmd
Diffstat (limited to 'run-test.cmd')
-rw-r--r--run-test.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.cmd b/run-test.cmd
index acbeb88746..2ef932a116 100644
--- a/run-test.cmd
+++ b/run-test.cmd
@@ -8,7 +8,7 @@ set LOCATION=%1
set RUNTIME_PATH=%2
if "%LOCATION%" == "" set LOCATION=%~dp0\bin\Windows_NT.AnyCPU.Debug
-if "%RUNTIME_PATH%" == "" set RUNTIME_PATH=%~dp0\Tools\testdotnetcli
+if "%RUNTIME_PATH%" == "" set RUNTIME_PATH=%~dp0\bin\runtime\netcoreapp-Windows_NT-Debug-x64
pushd %LOCATION%