Skip to content

Commit 144add7

Browse files
fendorjhrcek
andauthored
Update hls-test-utils/src/Test/Hls.hs
Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com>
1 parent c5260af commit 144add7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hls-test-utils/src/Test/Hls.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,7 @@ setupTestEnvironment = do
467467
tmpDirRoot <- getTemporaryDirectory
468468
let testRoot = tmpDirRoot </> "hls-test-root"
469469
testCacheDir = testRoot </> ".cache"
470-
createDirectoryIfMissing False testRoot
471-
createDirectoryIfMissing False testCacheDir
470+
createDirectoryIfMissing True testCacheDir
472471
setEnv "XDG_CACHE_HOME" testCacheDir
473472
pure testRoot
474473
goldenWithHaskellDocFormatter

0 commit comments

Comments
 (0)