]> 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)
committerJim Porter <jporterbugs@gmail.com>
Sat, 10 Dec 2022 06:56:24 +0000 (22:56 -0800)
commit3785fe52e4692ffef14c0a1e50361c22d66fabe8
tree576c2cec0f312b955408ab4a33a3d04a0673606c
parentfbbf3610fd5b27873e13cfd7702d5b0bbb15c2f8
; 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.
test/lisp/server-tests.el