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

Commit

Permalink
Adding echo command makes batch execution correct (OS bug maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadimounir committed May 10, 2019
1 parent 2ff7aaa commit d8af1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/CLRTest.Execute.Batch.targets
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ $(BatchCopyCoreShimLocalCmds)
$(BatchLinkerTestLaunchCmds)
$(BatchCLRTestLaunchCmds)
REM Executing Test
if defined RunCrossGen (
call :TakeLock
)
Expand Down

0 comments on commit d8af1bc

Please sign in to comment.