commit 212f15c2a84cb9748bf0f678f912539573ba10b5
Author: Scott Kostyshak <[email protected]>
Date:   Wed Jun 4 12:44:54 2025 +0200

    Revert "lyx-tester: convenience func. to use pdflatex-dev"
    
    This functionality is now implemented in prefTest.pl (at 1631330d
    and df146492) and it makes more sense to have it there with other
    related settings of prefs.
    
    This reverts commit ed7142f886c5262bb2247f85257352eaa65cd195.
---
 development/lyx-tester/convenience-functions.sh | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/development/lyx-tester/convenience-functions.sh 
b/development/lyx-tester/convenience-functions.sh
index 21b9fea0a0..1f7684fa66 100644
--- a/development/lyx-tester/convenience-functions.sh
+++ b/development/lyx-tester/convenience-functions.sh
@@ -10,18 +10,3 @@ function git-grep-accel-robust ()
   search_str="$( echo "$1" | sed 's/.\{1\}/&\&\\\?/g')"
   git grep -i "${search_str}"
 }
-
-
-# Change converters in the LyX preferences of the ctest build directory to use,
-# e.g., "pdflatex-dev" (and friends) instead of "pdflatex". This helps us catch
-# and report issues in LaTeX releases before the actual release.
-# TODO: make inverse function also?
-function ctest-lyx-prefs-inject-dev () {
-  prefs_f='Testing/.lyx/preferences'
-  # TODO: check if in the correct directory
-  # TODO: check if file exists
-
-  for i in "dvilualatex" "latex" "lualatex" "pdflatex" "uplatex" "xelatex"; do
-    sed -i "s/${i} -shell-escape/${i}-dev -shell-escape/" "${prefs_f}"
-  done
-}
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to