Skip to content

Commit 6b8a648

Browse files
committed
ci: clear settings variables in powershell
1 parent 423d3e7 commit 6b8a648

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/test.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if (-not $Env:SKIP_INVASIVE_TESTS) {
5959

6060
$Env:GITTEST_INVASIVE_FS_SIZE=1
6161
run_test invasive
62+
$Env:GITTEST_INVASIVE_FS_SIZE=$null
6263
}
6364

6465
if (-not $Env:SKIP_ONLINE_TESTS) {
@@ -81,6 +82,10 @@ if (-not $Env:SKIP_PROXY_TESTS) {
8182

8283
run_test proxy
8384

85+
$Env:GITTEST_REMOTE_PROXY_HOST=$null
86+
$Env:GITTEST_REMOTE_PROXY_USER=$null
87+
$Env:GITTEST_REMOTE_PROXY_PASS=$null
88+
8489
taskkill /F /IM javaw.exe
8590
}
8691

0 commit comments

Comments
 (0)