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 08951a2a6942294ed65a99215c02f368a7afe3df..605ab19b8c48caba85e5a1aeec7f942d25a42952 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 ===