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

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

[nongnu] elpa/bash-completion 9521f79b33 176/313: Display the emacs comm


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 9521f79b33 176/313: Display the emacs command run by the tests.
Date: Sat, 3 Dec 2022 10:59:28 -0500 (EST)

branch: elpa/bash-completion
commit 9521f79b3341a72ec266da655348cc95bbca582a
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Display the emacs command run by the tests.
---
 run_tests.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh
index 38de19fb33..a6c6b353cc 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -6,8 +6,9 @@
 #
 rootdir="$(dirname "$0")"
 testdir="${rootdir}/test"
-
-"${EMACSCMD:-emacs}" \
+emacscmd="${EMACSCMD:-emacs}"
+echo "Testing against ${emacscmd}:"
+"${emacscmd}" \
      -Q \
      -batch \
      -eval "(setq byte-compile-error-on-warn t)" \
@@ -15,7 +16,7 @@ testdir="${rootdir}/test"
      -f batch-byte-compile \
      "${rootdir}/bash-completion.el" \
     || exit 1 
-exec "${EMACSCMD:-emacs}" \
+exec "${emacscmd}" \
     -Q \
     -batch \
     -eval "(setq bash-completion-prog \"${BASHCMD:-$(which bash)}\")" \



reply via email to

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