summaryrefslogtreecommitdiff
path: root/tests/buildtest.cmd
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-19 10:44:38 -0700
committerRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-19 10:44:38 -0700
commit9e688eb0d58b2fd32a0247a87d8d92abf09e7d04 (patch)
tree1b065bd815f34eea25a37648057e90a07f4943de /tests/buildtest.cmd
parent819eadd96c7cc3f2bbfe4115c056b6cef7f34495 (diff)
downloadcoreclr-9e688eb0d58b2fd32a0247a87d8d92abf09e7d04.tar.gz
coreclr-9e688eb0d58b2fd32a0247a87d8d92abf09e7d04.tar.bz2
coreclr-9e688eb0d58b2fd32a0247a87d8d92abf09e7d04.zip
Fix GCStress=0xC when build(tests).cmd called from outside root
Use absolute path intead of relative path when invoking setup-runtime-dependencies.cmd, which is required for GCStress=0xC to work.
Diffstat (limited to 'tests/buildtest.cmd')
-rw-r--r--tests/buildtest.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index 08951a2a69..605ab19b8c 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -187,7 +187,7 @@ REM ===
REM === Resolve runtime dependences
REM ===
REM =========================================================================================
-call tests\setup-runtime-dependencies.cmd /arch %__BuildArch% /outputdir %__BinDir%
+call %__TestDir%\setup-runtime-dependencies.cmd /arch %__BuildArch% /outputdir %__BinDir%
REM =========================================================================================
REM ===