We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5260af commit 144add7Copy full SHA for 144add7
hls-test-utils/src/Test/Hls.hs
@@ -467,8 +467,7 @@ setupTestEnvironment = do
467
tmpDirRoot <- getTemporaryDirectory
468
let testRoot = tmpDirRoot </> "hls-test-root"
469
testCacheDir = testRoot </> ".cache"
470
- createDirectoryIfMissing False testRoot
471
- createDirectoryIfMissing False testCacheDir
+ createDirectoryIfMissing True testCacheDir
472
setEnv "XDG_CACHE_HOME" testCacheDir
473
pure testRoot
474
goldenWithHaskellDocFormatter
0 commit comments