Skip to content
Snippets Groups Projects
Unverified Commit f487db6b authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #8591 from eltociear/patch-1

Fix typo in cabal-testsuite/README.md
parents 344958d8 4a827e1a
No related branches found
Tags head-when-planning-3.10-freeze
No related merge requests found
Pipeline #59104 failed
......@@ -137,7 +137,7 @@ these with include `hasSharedLibraries`, `hasProfiledLibraries`,
`hasCabalShared`, `isGhcVersion`, `isWindows`, `isLinux`, `isOSX`
and `hasCabalForGhc`.
**I programatically modified a file in my test suite, but Cabal/GHC
**I programmatically modified a file in my test suite, but Cabal/GHC
doesn't seem to be picking it up.** You need to sleep sufficiently
long before editing a file, in order for file system timestamp
resolution to pick it up. Use `withDelay` and `delay` prior to
......@@ -152,7 +152,7 @@ Hermetic tests
--------------
By default, we run tests directly on the source code that is checked into the
source code repository. However, some tests require programatically
source code repository. However, some tests require programmatically
modifying source files, or interact with Cabal commands which are
not hermetic (e.g., `cabal freeze`). In this case, cabal-testsuite
supports opting into a hermetic test, where we first make copy of all
......
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