Skip to content

Commit d12cf1b

Browse files
committed
disable checkProject in the ghcide test suite
1 parent 33d5163 commit d12cf1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ghcide/test/exe/Main.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -5816,7 +5816,9 @@ runInDir' dir startExeIn startSessionIn extraOptions s = do
58165816
-- Only sets HOME if it wasn't already set.
58175817
setEnv "HOME" "/homeless-shelter" False
58185818
conf <- getConfigFromEnv
5819-
runSessionWithConfig conf cmd lspTestCaps projDir s
5819+
runSessionWithConfig conf cmd lspTestCaps projDir $ do
5820+
configureCheckProject False
5821+
s
58205822

58215823
getConfigFromEnv :: IO SessionConfig
58225824
getConfigFromEnv = do

0 commit comments

Comments
 (0)