aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMattias EngdegÄrd2022-12-02 18:26:04 +0100
committerMattias EngdegÄrd2022-12-02 18:26:50 +0100
commit1e36ad9458e8deacfc85da573bb0ca0f270d4802 (patch)
tree1eb604a37d73444c55efe222b6b3b9e97710ad0d /test
parent54633fcd761f8fa2d10a2a653361d6b7b6ff10f2 (diff)
downloademacs-1e36ad9458e8deacfc85da573bb0ca0f270d4802.tar.gz
emacs-1e36ad9458e8deacfc85da573bb0ca0f270d4802.zip
; server-tests: remove CI debugging
Diffstat (limited to 'test')
-rw-r--r--test/lisp/server-tests.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/server-tests.el b/test/lisp/server-tests.el
index f08c5bce5d5..ebf84481c61 100644
--- a/test/lisp/server-tests.el
+++ b/test/lisp/server-tests.el
@@ -25,7 +25,6 @@
25 25
26(defconst server-tests/can-create-frames-p 26(defconst server-tests/can-create-frames-p
27 (and (not (memq system-type '(windows-nt ms-dos))) 27 (and (not (memq system-type '(windows-nt ms-dos)))
28 nil
29 (not (member (getenv "TERM") '("dumb" "" nil)))) 28 (not (member (getenv "TERM") '("dumb" "" nil))))
30 "Non-nil if we can create a new frame in the tests. 29 "Non-nil if we can create a new frame in the tests.
31Some tests below need to create new frames for the emacsclient. 30Some tests below need to create new frames for the emacsclient.
@@ -119,8 +118,6 @@ process's status matches it."
119 118
120(ert-deftest server-tests/server-start/sets-minor-mode () 119(ert-deftest server-tests/server-start/sets-minor-mode ()
121 "Ensure that calling `server-start' also sets `server-mode' properly." 120 "Ensure that calling `server-start' also sets `server-mode' properly."
122 (message "TERM=%S" (getenv "TERM"))
123 (should nil)
124 (server-tests/with-server 121 (server-tests/with-server
125 ;; Make sure starting the server activates the minor mode. 122 ;; Make sure starting the server activates the minor mode.
126 (should (eq server-mode t)) 123 (should (eq server-mode t))