fix(depot): exit 64 on unset DEPOT_DIR, count push transport failures

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-04 23:59:43 +02:00
co-authored by Claude Fable 5
parent f57c3d2c32
commit 93f3eb8c6f
3 changed files with 68 additions and 4 deletions
-1
View File
@@ -53,7 +53,6 @@ func TestIntegrationPushStatusPull(t *testing.T) {
"BUNNY_STORAGE_HOST": hostPort(srv),
"BUNNY_STORAGE_READ_PASSWORD": "readkey",
"BUNNY_STORAGE_PASSWORD": "writekey",
"CDN_UNREACHABLE": "1", // unused; CDNBase defaults to unreachable in test cfg path via storageURL fallback
}
getenv := testGetenv(env)