[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 0089f973e9 117/143: Skip test if apropos comm
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 0089f973e9 117/143: Skip test if apropos command is not available (#464) |
Date: |
Mon, 19 Feb 2024 15:59:25 -0500 (EST) |
branch: externals/hyperbole
commit 0089f973e91d7d4374ff66ddaeb8edca6a672aba
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>
Skip test if apropos command is not available (#464)
Useful for running test-all using silex docker-emacs images where the
apropos command is not installed.
---
ChangeLog | 6 ++++++
test/demo-tests.el | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4e3704913f..509e69c490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-03 Mats Lidell <matsl@gnu.org>
+
+* test/demo-tests.el (fast-demo-key-series-shell-apropos): Skip test if
+ apropos command is not available. Useful for running test-all using
+ silex docker-emacs images.
+
2024-02-01 Mats Lidell <matsl@gnu.org>
* test/hyrolo-tests.el (hyrolo-tests--hyrolo-section-header): Helper that
diff --git a/test/demo-tests.el b/test/demo-tests.el
index c25e09464d..eb773251cc 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -3,7 +3,7 @@
;; Author: Mats Lidell <matsl@gnu.org>
;;
;; Orig-Date: 30-Jan-21 at 12:00:00
-;; Last-Mod: 20-Jan-24 at 15:43:39 by Mats Lidell
+;; Last-Mod: 3-Feb-24 at 23:32:21 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -657,7 +657,8 @@ enough files with matching mode loaded."
(ert-deftest fast-demo-key-series-shell-apropos ()
"Action key executes apropos shell command."
- (skip-unless (not noninteractive))
+ (skip-unless (and (not noninteractive)
+ (executable-find "apropos")))
(let* ((shell-file-name (executable-find "sh"))
(shell-buffer-name "*shell*")
(existing-shell-flag (get-buffer-process shell-buffer-name)))
- [elpa] externals/hyperbole 4291c14138 115/143: Add hyrolo reveal mode test (#459), (continued)
- [elpa] externals/hyperbole 4291c14138 115/143: Add hyrolo reveal mode test (#459), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole f4e323542d 116/143: Disable three failing tests for Emacs older than 29 (#461), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole a7a7f74859 125/143: Add i- and ebut:act functions and tests, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole f1fa9363e8 119/143: Matsl rsw silence warnings again (#463), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 4bf1bc3ca2 126/143: Check ebut:act and ibut:act is called with the right but category, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 18ae76fa49 132/143: Merge pull request #462 from rswgnu/matsl-rsw-fix-ebut-act, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 85b31fed86 130/143: Remove inconsistent dash in test data, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole a8cdad694b 141/143: Fix `hyrolo-min-matched-level' and hyrolo-top-level test, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 0e242bc1ae 031/143: Merge remote branch 'rsw' of hyperbole into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole a7efb9be79 042/143: FAST-DEMO include ert test in file to avoid loading all test files, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 0089f973e9 117/143: Skip test if apropos command is not available (#464),
ELPA Syncer <=
- [elpa] externals/hyperbole f0f3d25ae5 122/143: Matsl rsw make hide show test accept different section headings (#466), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 04e6b302c1 118/143: HyRolo updates to improve file heading handling, markdown headers, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 89ccef8e86 121/143: Merge branch 'rsw' of hyperbole into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c742ee8deb 138/143: hyrolo.el - disable reveal-mode and make TAB/S-TAB expand subtree, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 320352f3c4 024/143: Set enable-local-variables to nil for tests with DEMO and FAST-DEMO, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c02aa4d417 045/143: hypb-ert-def-at-p - fix rexexp bug with Action Key edebug testing, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c6597714ea 096/143: Merge pull request #447 from rswgnu/matsl-rsw-remove-skip-unless-not-interactive, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 13915afa9f 123/143: Rename ebut:act to ebut:act-label, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 27461eb409 134/143: Merge pull request #467 from rswgnu/matsl-rsw-add-top-view-n-overview-tests, ELPA Syncer, 2024/02/19