commit fdd314e25e0de09d96b72f3618fa172fd2d29c18
Author: Kornel Benko <kor...@lyx.org>
Date:   Tue Oct 15 10:48:26 2024 +0200

    Cmake tests urls: Changed log-output for easier parsing
---
 development/checkurls/search_url.pl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/development/checkurls/search_url.pl 
b/development/checkurls/search_url.pl
index 3ee1268f41..add62b5bd9 100755
--- a/development/checkurls/search_url.pl
+++ b/development/checkurls/search_url.pl
@@ -280,7 +280,7 @@ do {
   }
 }
 until ($p < 0);
-print SFO "Started to protocol remaining subprocess-logs\n";
+print "Started to protocol remaining subprocess-logs\n";
 
 for my $p (keys %wait) {
   if ($wait{$p} >= 0) {
@@ -288,7 +288,7 @@ for my $p (keys %wait) {
     $wait{$p} = -1;
   }
 }
-print SFO "Stopped to protocol remaining subprocess-logs\n";
+print "Stopped to protocol remaining subprocess-logs\n";
 unlink($countfile);
 
 if (%URLS) {
@@ -297,7 +297,7 @@ if (%URLS) {
   printNotUsedURLS("KnownInvalid", %extraURLS);
 }
 
-print "\n$errorcount URL-tests failed out of $URLScount\n\n";
+print SFO "\n$errorcount URL-tests failed out of $URLScount\n\n";
 if (defined($summaryFile)) {
   close(SFO);
 }
@@ -332,7 +332,7 @@ sub printNotUsedURLS($\%) {
 
 sub replaceSpecialChar($) {
   my ($l) = @_;
-  $l =~ s/\\SpecialChar(NoPassThru)?\s*(TeX|LaTeX|LyX)[\s]?/\2/;
+  $l =~ s/\\SpecialChar(NoPassThru)?\s*(TeX|LaTeX|LyX)[\s]?/$2/;
   return ($l);
 }
 
@@ -362,7 +362,7 @@ sub parse_file($) {
   my ($f) = @_;
   my $status = "out";    # outside of URL/href
 
-  return if ($f =~ /\/attic\//);
+  #return if ($f =~ /\/attic\//);
   if (open(FI, $f)) {
     my $line = 0;
     while (my $l = <FI>) {
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to