Skip to content
Snippets Groups Projects
Commit 42e90187 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Prefix testDistDir with work to disambiguate.

parent b5ee225e
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ testPrefixDir env = testWorkDir env </> "usr" ...@@ -326,7 +326,7 @@ testPrefixDir env = testWorkDir env </> "usr"
-- | The absolute path to the build directory that should be used -- | The absolute path to the build directory that should be used
-- for the current package in a test. -- for the current package in a test.
testDistDir :: TestEnv -> FilePath testDistDir :: TestEnv -> FilePath
testDistDir env = testWorkDir env </> testRelativeCurrentDir env </> "dist" testDistDir env = testWorkDir env </> "work" </> testRelativeCurrentDir env </> "dist"
-- | The absolute path to the shared package database that should -- | The absolute path to the shared package database that should
-- be used by all packages in this test. -- be used by all packages in this test.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment