diff --git a/cabal-testsuite/README.md b/cabal-testsuite/README.md index 9ed234d5600cf7f6286425c92f894f92ccbe6da1..de9826ec439a4807a66920f49f279b40a78e9900 100644 --- a/cabal-testsuite/README.md +++ b/cabal-testsuite/README.md @@ -4,11 +4,12 @@ frameworks. How to run ---------- -1. Build `cabal-tests` (`cabal build cabal-tests`) +1. Build `cabal-testsuite` (`cabal build cabal-testsuite:cabal-tests`) 2. Run the `cabal-tests` executable. It will scan for all tests in your current directory and subdirectories and run them. - To run a specific set of tests, use `cabal-tests PATH ...`. You can - control parallelism using the `-j` flag. + To run a specific set of tests, use `cabal-tests PATH ...`. + (e.g. `cabal run cabal-testsuite:cabal-tests -- cabal-testsuite/PackageTests/TestOptions/setup.test.hs`) + You can control parallelism using the `-j` flag. There are a few useful flags: diff --git a/cabal-testsuite/src/Test/Cabal/Prelude.hs b/cabal-testsuite/src/Test/Cabal/Prelude.hs index 6f8a0a7c51655b4a12f6c89e5a4c254e20d3935c..6918e2771f3c7e07081856c7b4cf91af1f9ee7fe 100644 --- a/cabal-testsuite/src/Test/Cabal/Prelude.hs +++ b/cabal-testsuite/src/Test/Cabal/Prelude.hs @@ -170,7 +170,7 @@ setup'' prefix cmd args = do defaultRecordMode RecordMarked $ do recordHeader ["Setup", cmd] - -- We test `cabal act-act-setup` when running cabal-tests. + -- We test `cabal act-as-setup` when running cabal-tests. -- -- `cabal` and `Setup.hs` do have different interface. --