emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 1e36ad9458: ; server-tests: remove CI debugging


From: Mattias Engdegård
Subject: emacs-29 1e36ad9458: ; server-tests: remove CI debugging
Date: Fri, 2 Dec 2022 12:27:40 -0500 (EST)

branch: emacs-29
commit 1e36ad9458e8deacfc85da573bb0ca0f270d4802
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; server-tests: remove CI debugging
---
 test/lisp/server-tests.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/lisp/server-tests.el b/test/lisp/server-tests.el
index f08c5bce5d..ebf84481c6 100644
--- a/test/lisp/server-tests.el
+++ b/test/lisp/server-tests.el
@@ -25,7 +25,6 @@
 
 (defconst server-tests/can-create-frames-p
   (and (not (memq system-type '(windows-nt ms-dos)))
-       nil
        (not (member (getenv "TERM") '("dumb" "" nil))))
   "Non-nil if we can create a new frame in the tests.
 Some tests below need to create new frames for the emacsclient.
@@ -119,8 +118,6 @@ process's status matches it."
 
 (ert-deftest server-tests/server-start/sets-minor-mode ()
   "Ensure that calling `server-start' also sets `server-mode' properly."
-  (message "TERM=%S" (getenv "TERM"))
-  (should nil)
   (server-tests/with-server
     ;; Make sure starting the server activates the minor mode.
     (should (eq server-mode t))



reply via email to

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