Skip to content

Commit

Permalink
disable debug log in func-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Aug 4, 2022
1 parent d8600d1 commit 1fd6658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/Test/Hls/Command.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hlsCommand :: String
{-# NOINLINE hlsCommand #-}
hlsCommand = unsafePerformIO $ do
testExe <- fromMaybe "haskell-language-server" <$> lookupEnv "HLS_TEST_EXE"
pure $ testExe ++ " --lsp -d -j4"
pure $ testExe ++ " --lsp -j4"

hlsCommandVomit :: String
hlsCommandVomit = hlsCommand ++ " --vomit"
Expand Down

0 comments on commit 1fd6658

Please sign in to comment.