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

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

[nongnu] elpa/with-simulated-input 2917358875 054/134: Minor CI tweaks


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 2917358875 054/134: Minor CI tweaks
Date: Mon, 10 Jan 2022 23:00:04 -0500 (EST)

branch: elpa/with-simulated-input
commit 29173588751eeb33d2392d380b26648b2e213438
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Minor CI tweaks
---
 Eldev                              | 2 ++
 tests/test-with-simulated-input.el | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Eldev b/Eldev
index 3270d1c696..957722a837 100644
--- a/Eldev
+++ b/Eldev
@@ -6,6 +6,8 @@
 (eldev-use-package-archive 'gnu)
 (eldev-use-package-archive 'melpa-stable)
 
+(setq eldev-test-framework 'buttercup)
+
 (eldev-add-extra-dependencies 'test 'undercover)
 
 ;; Tell checkdoc not to demand two spaces after a period.
diff --git a/tests/test-with-simulated-input.el 
b/tests/test-with-simulated-input.el
index 8655922e30..2b63068eb5 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -1,8 +1,7 @@
 ;;; -*- lexical-binding: t -*-
 
 (require 'undercover)
-(undercover "*.el"
-            (:exclude "test-*.el"))
+(undercover "with-simulated-input.el")
 
 (require 'with-simulated-input)
 (require 'cl-lib)



reply via email to

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