Skip to content

Commit

Permalink
Add YCM JSON settings file path to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoppinBlockParty committed Oct 18, 2018
1 parent db17de2 commit ec50eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run.el
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
ycmd-path-raw
(expand-file-name ycmd-path-raw source-directory)))
(ycmd-server-command (list python-path ycmd-path))
(ycmd-settings-json-filepath (concat ycmd-path "/ycmd/default_settings.json"))
(ert-selector (pop argv))
(ycmd-request-backend (intern (pop argv)))
(request-backend (if (memq ycmd-request-backend '(curl url-retrieve))
Expand Down

0 comments on commit ec50eed

Please sign in to comment.