Skip to content

Commit

Permalink
Merge pull request #447 from rswgnu/matsl-rsw-remove-skip-unless-not-…
Browse files Browse the repository at this point in the history
…interactive

Remove skip guard on test that works in batch mode
  • Loading branch information
rswgnu authored Jan 18, 2024
2 parents 4c28ade + 89b2477 commit c659771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
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
Expand Down
3 changes: 1 addition & 2 deletions test/hui-select-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down Expand Up @@ -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.")
Expand Down

0 comments on commit c659771

Please sign in to comment.