Skip to content

Commit 1fd6658

Browse files
author
kokobd
committed
disable debug log in func-test
1 parent d8600d1 commit 1fd6658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/Test/Hls/Command.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hlsCommand :: String
2323
{-# NOINLINE hlsCommand #-}
2424
hlsCommand = unsafePerformIO $ do
2525
testExe <- fromMaybe "haskell-language-server" <$> lookupEnv "HLS_TEST_EXE"
26-
pure $ testExe ++ " --lsp -d -j4"
26+
pure $ testExe ++ " --lsp -j4"
2727

2828
hlsCommandVomit :: String
2929
hlsCommandVomit = hlsCommand ++ " --vomit"

0 commit comments

Comments
 (0)