From ad9af798037eb6d67994c22c601c8bdaaddd49c3 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 26 Jun 2024 17:50:10 +0300 Subject: [PATCH] Update README on bumping pandoc Expand on fixing broken tests. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 621deccc..b6768d21 100644 --- a/README.md +++ b/README.md @@ -253,4 +253,9 @@ for details. If it doesn't do anything, consider nuking `cabal.project.freeze`, `flake.lock`, `stack.yaml` and `stack.yaml.lock` and trying again. 3. Build and test. 4. Fix broken tests. + + Note that you can regenerate most golden tests with either + `make regen-test-fixtures` if using Nix, or just running `./mkcheck.sh` and + `./mkinttest.sh` with appropriate `pandoc` and `pandoc-crossref` binaries in + scope (so e.g. via `stack exec`). 5. Repeat 3-4 until all tests pass.