Skip to content

Commit a1ba81d

Browse files
committed
disable checkProject in the ghcide test suite
1 parent e198757 commit a1ba81d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 3 additions & 1 deletion
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)