; server-tests: remove CI debugging
This commit is contained in:
parent
54633fcd76
commit
1e36ad9458
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue