Fix GCStress=0xC when build(tests).cmd called from outside root
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Thu, 19 May 2016 17:44:38 +0000 (10:44 -0700)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Thu, 19 May 2016 17:44:38 +0000 (10:44 -0700)
Use absolute path intead of relative path when invoking
setup-runtime-dependencies.cmd, which is required for GCStress=0xC to
work.

tests/buildtest.cmd

index 08951a2..605ab19 100644 (file)
@@ -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 ===