]> git.eshelyaron.com Git - emacs.git/commit
; Fix a failure when running server-tests via the command line
authorJim Porter <jporterbugs@gmail.com>
Sat, 10 Dec 2022 06:56:24 +0000 (22:56 -0800)
committerMattias EngdegÄrd <mattiase@acm.org>
Sat, 10 Dec 2022 10:06:47 +0000 (11:06 +0100)
commit1b7ece2095614fc5ff08cfc03641720ba1143100
tree4187231ebfd9e0b7c95d35ee63ac9e8fc1ba9df6
parent44c5f3614973d8dc389ddcdc1b3f8ab1c809194d
; Fix a failure when running server-tests via the command line

* test/lisp/server-tests.el
(server-tests/server-force-stop/keeps-frames): Delete every new frame
created during the test.  On some systems, 'delete-terminal' will
delete the frames for us, so this ensures that if there are no new
frames, nothing happens.

(cherry picked from commit 3785fe52e4692ffef14c0a1e50361c22d66fabe8)
test/lisp/server-tests.el