diff --git a/tests/runtests.pl b/tests/runtests.pl index 6b6983357..27b4116f1 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -976,6 +976,8 @@ sub serverfortest { $run{'https'}=$HTTPSPIDFILE; } } + elsif($what eq "none") { + } else { warn "we don't support a server for $what"; }