Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 393760c

Browse files
author
Rahul Kumar
authored
Merge pull request #5935 from rahku/test
Fix test runner batch file to provide correct TPA path
2 parents b2190ab + f65ea62 commit 393760c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/CLRTest.CrossGen.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ if defined RunCrossGen (
7777
call :TakeLock
7878
set CrossGenStatus=0
7979
if not exist "$(MSBuildProjectName).ni.exe" (
80-
echo "%_DebuggerFullPath% %CORE_ROOT%\crossgen.exe" /Platform_Assemblies_Paths %CORE_ROOT%%3B%~dp0 $(MSBuildProjectName).exe
81-
%_DebuggerFullPath% "%CORE_ROOT%\crossgen.exe" /Platform_Assemblies_Paths %CORE_ROOT%%3B%~dp0 $(MSBuildProjectName).exe
80+
echo "%_DebuggerFullPath% %CORE_ROOT%\crossgen.exe" /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25 $(MSBuildProjectName).exe
81+
%_DebuggerFullPath% "%CORE_ROOT%\crossgen.exe" /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25 $(MSBuildProjectName).exe
8282
set CrossGenStatus=!ERRORLEVEL!
8383
)
8484
call :ReleaseLock

0 commit comments

Comments
 (0)