runtests: fix showing nghttpx-h3 in the Env: log when detected

Ref: #19723
Closes #19728
This commit is contained in:
Viktor Szakats 2025-11-27 13:02:49 +01:00
parent 71e9920fcd
commit eae2df837e
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -891,7 +891,7 @@ sub checksystemfeatures {
$valgrind?"Valgrind ":"",
$run_duphandle?"test-duphandle ":"",
$run_event_based?"event-based ":"",
$nghttpx_h3,
$nghttpx_h3?"nghttpx-h3 " :"",
$libtool?"Libtool ":"");
if($env) {
logmsg "* Env: $env\n";