From 9110001034c27b077d51e2537dbfd6876df039e5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jul 2025 23:07:43 +0200 Subject: [PATCH] runtests.pl formatting --- tests/runtests.pl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 43718fa58b..3908c1a25a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -865,18 +865,18 @@ sub checksystemfeatures { } # display summary information about curl and the test host - logmsg ("********* System characteristics ******** \n", - "* $curl\n", - "* $libcurl\n", - "* Protocols: $proto\n", - "* Features: $feat\n", - "* Disabled: $dis\n", - "* Host: $hostname\n", - "* System: $hosttype\n", - "* OS: $hostos\n", - "* Perl: $^V ($^X)\n", - "* diff: $havediff\n", - "* Args: $args\n"); + logmsg("********* System characteristics ******** \n", + "* $curl\n", + "* $libcurl\n", + "* Protocols: $proto\n", + "* Features: $feat\n", + "* Disabled: $dis\n", + "* Host: $hostname\n", + "* System: $hosttype\n", + "* OS: $hostos\n", + "* Perl: $^V ($^X)\n", + "* diff: $havediff\n", + "* Args: $args\n"); if($jobs) { # Only show if not the default for now @@ -895,7 +895,7 @@ sub checksystemfeatures { $run_event_based?"event-based ":"", $nghttpx_h3); logmsg sprintf("%s\n", $libtool?"Libtool ":""); - logmsg ("* Seed: $randseed\n"); + logmsg "* Seed: $randseed\n"; } #######################################################################