We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In particular
cabal/cabal-testsuite/src/Test/Cabal/Prelude.hs
Line 1000 in 78fbe09
should make use of withTestDir
withTestDir
cabal/cabal-install/tests/UnitTests/TempTestDir.hs
Line 26 in 00a2351
so that we don't get sporadic windows failures with removeDirectoryRecursive throwing on permissions errors.
removeDirectoryRecursive
The text was updated successfully, but these errors were encountered:
Possible example of such a failure: https://ci.appveyor.com/project/23Skidoo/cabal/builds/40384463
Sorry, something went wrong.
testsuite: use safer way to create temporary directory (fix #7549)
74ed534
Presumably, should be be more reliable on Windows.
4085e3c
No branches or pull requests
In particular
cabal/cabal-testsuite/src/Test/Cabal/Prelude.hs
Line 1000 in 78fbe09
should make use of
withTestDir
cabal/cabal-install/tests/UnitTests/TempTestDir.hs
Line 26 in 00a2351
so that we don't get sporadic windows failures with
removeDirectoryRecursive
throwing on permissions errors.The text was updated successfully, but these errors were encountered: