Testsuite: notify perl version at runtest startup
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 30 Oct 2017 10:15:26 +0000 (10:15 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 30 Oct 2017 10:15:26 +0000 (10:15 +0000)
test/runtest

index b6babd06a98db2ce62139028f8c0fa532d5dc935..dfd21925a0f7b295c989134af2a89df5f1f04b4b 100755 (executable)
@@ -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        #
 ##################################################