From: Jeremy Harris Date: Thu, 4 Feb 2016 14:51:31 +0000 (+0000) Subject: Testsuite: output library versions during startup X-Git-Tag: exim-4_87_RC4~26 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=b6a0dbb26ce2dba9d03eec89ca9edd6c033b132a Testsuite: output library versions during startup --- diff --git a/test/runtest b/test/runtest index 2b19f52e3..914af5e41 100755 --- a/test/runtest +++ b/test/runtest @@ -2586,7 +2586,7 @@ else die "Unable to check the TRUSTED_CONFIG_LIST, seems to be empty?\n"; } -open(EXIMINFO, "$parm_exim -bV -C $parm_cwd/test-config -DDIR=$parm_cwd |") || +open(EXIMINFO, "$parm_exim -d-all+transport -bV -C $parm_cwd/test-config -DDIR=$parm_cwd |") || die "** Cannot run $parm_exim: $!\n"; print "-" x 78, "\n"; @@ -2595,7 +2595,7 @@ while () { my(@temp); - if (/^Exim version/) { print; } + if (/^(Exim|Library) version/) { print; } elsif (/^Size of off_t: (\d+)/) {