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

Commit da63b11

Browse files
committed
Remove a couple mistaken calls to popd.
These calls were causing individual test runs to fail if other directories were on the stack.
1 parent 945b4de commit da63b11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/src/CLRTest.Execute.Batch.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,11 @@ IF NOT "!ERRORLEVEL!"=="0" (
126126
timeout /t 10 /nobreak
127127
goto :TakeLock
128128
)
129-
popd
130129
Exit /b 2
131130
132131
133132
:ReleaseLock
134133
if exist %lockFolder% rd /s /q %lockFolder%
135-
popd
136134
Exit /b 0
137135
]]></BatchCLRTestExitCodeCheck>
138136
</PropertyGroup>

0 commit comments

Comments
 (0)