tests: remove the 'none' server

Only actually needed servers should be listed and none is then implied
if no servers are listed.

Outputs a warning if "none" is still set as a server.

Closes #18466
This commit is contained in:
Daniel Stenberg 2025-09-03 13:21:26 +02:00
parent c278c508e2
commit 71c9706959
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
195 changed files with 1 additions and 608 deletions

View file

@ -609,11 +609,7 @@ sub singletest_startservers {
my $error;
if(!$listonly) {
my @what = getpart("client", "server");
if(!$what[0]) {
warn "Test case $testnum has no server(s) specified";
$why = "no server specified";
$error = -1;
} else {
if($what[0]) {
my $err;
($why, $err) = serverfortest(@what);
if($err == 1) {