Skip to content

Commit

Permalink
tests: don't --debug-init for the daemon case
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Mar 18, 2024
1 parent 03ff95d commit c9618f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Run tests
run: |
./emacs --debug-init --eval "(save-buffers-kill-emacs)"
./tests/check_daemon_starts.sh 0
./tests/check_daemon_starts.sh 1
emacs -q --batch -l "tests/my-ert.el" -f ert-run-tests-batch-and-exit
Expand Down
2 changes: 1 addition & 1 deletion tests/check_daemon_starts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
set -ex
emacs --version
emacs --daemon --debug-init
emacs --daemon

sleep 1

Expand Down

0 comments on commit c9618f0

Please sign in to comment.