From b6a0dbb26ce2dba9d03eec89ca9edd6c033b132a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 4 Feb 2016 14:51:31 +0000 Subject: [PATCH] Testsuite: output library versions during startup --- test/runtest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+)/) { -- 2.30.2