projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f7862
)
Testsuite: notify perl version at runtest startup
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 30 Oct 2017 10:15:26 +0000
(10:15 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 30 Oct 2017 10:15:26 +0000
(10:15 +0000)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index b6babd06a98db2ce62139028f8c0fa532d5dc935..dfd21925a0f7b295c989134af2a89df5f1f04b4b 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-3408,6
+3408,8
@@
else
tests_exit(-1, "Failed to unlink $log_summary_filename: $!")
if not unlink($log_summary_filename) and -e $log_summary_filename;
+print "Perl version:" . $];
+
##################################################
# Create a list of available tests #
##################################################