commit 9ef93612c3227c8f72320f6fefb17c21f8f1fe93
Author: Scott Kostyshak <[email protected]>
Date:   Wed Jul 2 15:46:05 2025 +0200

    Amend 360c5910
    
    Now "&&" is added after the cmake command.
---
 development/lyx-tester/lyxbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 422c9db0ca..b49eb8b01b 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -769,7 +769,7 @@ else
   # might not be the same on the reproducer's system.
   #
   # Make sure we keep these two commands in sync.
-  echo "cmake ${cmake_Werror_flags} \"\${LYX_GIT_REPO}/\" ${cmake_flags[@]}" 
>> "${LOGS_D}/build-commands"
+  echo "cmake ${cmake_Werror_flags} \"\${LYX_GIT_REPO}/\" ${cmake_flags[@]} 
&&" >> "${LOGS_D}/build-commands"
   # We do not redirect STDERR on purpose. This way, if there is new STDERR 
output, it
   # will be easier to catch.
   # todo: ideally we would want to tee STDERR so it is also in the log.
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to