Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c870936

Browse files
committed
Pass the "--lsp" parameter again in tests
Since it is needed once more.
1 parent c2a56d8 commit c870936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/TestUtils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ logFilePath = "hie-" ++ stackYaml ++ ".log"
185185
-- on PATH. Cabal seems to respond to @build-tool-depends@ specifically while
186186
-- stack just puts all project executables on PATH.
187187
hieCommand :: String
188-
hieCommand = "hie --bios-verbose -d -l test-logs/" ++ logFilePath
188+
hieCommand = "hie --lsp --bios-verbose -d -l test-logs/" ++ logFilePath
189189

190190
hieCommandVomit :: String
191191
hieCommandVomit = hieCommand ++ " --vomit"

0 commit comments

Comments
 (0)