]> git.ipfire.org Git - thirdparty/curl.git/commit
pytest: do not ignore server issues
authorStefan Eissing <stefan@eissing.org>
Tue, 16 Dec 2025 09:12:07 +0000 (10:12 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Dec 2025 12:19:00 +0000 (13:19 +0100)
commit3a485c2ea06d53fd648ee7c3a35873a72e40ec9c
treee2c23c0ed948d7dae05f460150ad30d3b9adf911
parent222fce0a50cf296c8633ec0330b074b133e163e1
pytest: do not ignore server issues

When a test server is found or configured, do not silently ignore
errors to start and disable them when checking their version.

This forces pytest to fail when a server is not operating
as it should.

Closes #19996
tests/http/testenv/env.py