mirror of
https://github.com/curl/curl.git
synced 2026-07-29 06:03:06 +03:00
runtests.pl merge Env output instructions, only show if non-empty
This commit is contained in:
parent
bd6e9377a4
commit
128c2e731d
1 changed files with 9 additions and 5 deletions
|
|
@ -892,11 +892,15 @@ sub checksystemfeatures {
|
|||
$feature{"TrackMemory"} = 0;
|
||||
}
|
||||
|
||||
logmsg sprintf("* Env: %s%s%s%s", $valgrind?"Valgrind ":"",
|
||||
$run_duphandle?"test-duphandle ":"",
|
||||
$run_event_based?"event-based ":"",
|
||||
$nghttpx_h3);
|
||||
logmsg sprintf("%s\n", $libtool?"Libtool ":"");
|
||||
my $env = sprintf("%s%s%s%s%s",
|
||||
$valgrind?"Valgrind ":"",
|
||||
$run_duphandle?"test-duphandle ":"",
|
||||
$run_event_based?"event-based ":"",
|
||||
$nghttpx_h3,
|
||||
$libtool?"Libtool ":"");
|
||||
if($env) {
|
||||
logmsg "* Env: $env\n";
|
||||
}
|
||||
logmsg "* Seed: $randseed\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue