-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #447 from rswgnu/matsl-rsw-remove-skip-unless-not-…
…interactive Remove skip guard on test that works in batch mode
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2024-01-17 Mats Lidell <[email protected]> | ||
|
||
* test/hui-select-tests.el (hui-select--thing): Remove not interactive | ||
guard. | ||
|
||
2024-01-16 Mats Lidell <[email protected]> | ||
|
||
* Makefile (eln): Use echo target for showing build info as part of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
;; Author: Mats Lidell <[email protected]> | ||
;; | ||
;; Orig-Date: 14-Apr-22 at 23:45:52 | ||
;; Last-Mod: 23-Nov-23 at 02:12:38 by Bob Weiner | ||
;; Last-Mod: 16-Jan-24 at 17:57:01 by Mats Lidell | ||
;; | ||
;; SPDX-License-Identifier: GPL-3.0-or-later | ||
;; | ||
|
@@ -82,7 +82,6 @@ | |
|
||
(ert-deftest hui-select--thing () | ||
"`hui-select-thing' selects bigger sections of text when called repeatedly." | ||
(skip-unless (not noninteractive)) | ||
(hui-select-reset) | ||
(with-temp-buffer | ||
(insert "Buffer\n\nParagraph\nline. One word.") | ||
|