git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73792d
)
Testsuite: output library versions during startup
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 4 Feb 2016 14:51:31 +0000
(14:51 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 4 Feb 2016 14:51:31 +0000
(14:51 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 2b19f52e3f511bdf88f72bfd0e0f08902b6ba9d0..914af5e4103fbcded57e4a9eaed819c643fa5e5f 100755
(executable)
--- 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 (<EXIMINFO>)
{
my(@temp);
- if (/^
Exim
version/) { print; }
+ if (/^
(Exim|Library)
version/) { print; }
elsif (/^Size of off_t: (\d+)/)
{