texlive[74222] Master/install-tl: (run_postinst_cmd): log timestamps

commits+karl at tug.org commits+karl at tug.org
Sun Feb 23 17:13:54 CET 2025


Revision: 74222
          https://tug.org/svn/texlive?view=revision&revision=74222
Author:   karl
Date:     2025-02-23 17:13:53 +0100 (Sun, 23 Feb 2025)
Log Message:
-----------
(run_postinst_cmd): log timestamps at beginning
and end of run.

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2025-02-23 02:27:28 UTC (rev 74221)
+++ trunk/Master/install-tl	2025-02-23 16:13:53 UTC (rev 74222)
@@ -1178,7 +1178,11 @@
 
 sub run_postinst_cmd {
   my ($cmd) = @_;
+  my $tim = localtime ();
+  log ("\n\f [$tim] running $cmd\n");
   &TeXLive::TLUtils::run_cmd_with_log ($cmd, \&log);
+  $tim = localtime ();
+  log ("\n[$tim] --end of output of $cmd\n");
 }
 
 # 




More information about the tex-live-commits mailing list.