emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 2de6ac6592: Do not byte compile when running


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 2de6ac6592: Do not byte compile when running tests on multiple versions (#623)
Date: Tue, 17 Dec 2024 04:00:19 -0500 (EST)

branch: externals/hyperbole
commit 2de6ac65925a0ff6162211dcdce19d907cfff2a1
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Do not byte compile when running tests on multiple versions (#623)
---
 ChangeLog | 5 +++++
 Makefile  | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 62e81808a0..812622bc40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-16  Mats Lidell  <matsl@gnu.org>
+
+* Makefile (docker-all-tests, docker-batch-tests): No byte compiling to
+    speed up running tests.
+
 2024-12-16  Bob Weiner  <rsw@gnu.org>
 
 * test/hbut-tests.el: Change most "/tmp" to "/tmp/" for ease of comparison
diff --git a/Makefile b/Makefile
index f74e47441d..c2bdc441cf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     24-Nov-24 at 22:28:43 by Mats Lidell
+# Last-Mod:     16-Dec-24 at 23:36:16 by Mats Lidell
 #
 # Copyright (C) 1994-2023  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -576,7 +576,7 @@ internal-docker-all-tests-ert-output:
 docker-all-tests:
        @total_summary=$(shell mktemp); \
        for i in $(DOCKER_VERSIONS); do printf "=== Emacs $$i ===\n" | tee -a 
$$total_summary; \
-               make docker version=$$i targets='clean bin 
internal-docker-all-tests-ert-output'; \
+               make docker version=$$i targets='clean 
internal-docker-all-tests-ert-output'; \
                cat /tmp/ERT-OUTPUT-ERT | tee -a $$total_summary; \
        done; \
        printf "\n\n=== Summary ===\n"; cat $$total_summary; \
@@ -585,7 +585,7 @@ docker-all-tests:
 docker-batch-tests:
        @total_summary=$(shell mktemp); build_summary=$(shell mktemp); \
        for i in $(DOCKER_VERSIONS); do printf "=== Emacs $$i ===\n" | tee -a 
$$total_summary; \
-               make docker version=$$i targets='clean bin test' | tee 
$$build_summary; \
+               make docker version=$$i targets='clean test' | tee 
$$build_summary; \
                sed -n -E '/^Ran [0123456789]+ tests/,/^make:/p' 
$$build_summary | head -n-1 | tee -a $$total_summary; \
        done; \
        printf "\n\n=== Summary ===\n"; cat $$total_summary; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]