fix(tests): add explicit exit 0 on success (PowerShell managed install)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Julian lechner
2026-09-11 16:07:02 +02:00
co-authored by Claude Sonnet 5
parent c866fe44f0
commit a4ea912b60
+1
View File
@@ -48,3 +48,4 @@ try {
} finally { } finally {
Remove-Item $work -Recurse -Force -ErrorAction SilentlyContinue Remove-Item $work -Recurse -Force -ErrorAction SilentlyContinue
} }
exit 0