Skip to content

Commit

Permalink
doc: fix a typo in the development doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed May 10, 2024
1 parent 01bb42b commit b20a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Some tests are executables instead:

* `stack exec transcripts` runs the transcripts-related integration tests, found in `unison-src/transcripts`. You can add more tests to this directory.
* `stack exec transcripts -- prefix-of-filename` runs only transcript tests with a matching filename prefix.
* `stack exec integration-tests` runs the additional integration tests for cli. These tests are not triggered by `tests` or `trancscripts`.
* `stack exec integration-tests` runs the additional integration tests for cli. These tests are not triggered by `tests` or `transcripts`.
* `stack exec unison -- transcript unison-src/transcripts-round-trip/main.md` runs the pretty-printing round trip tests
* `stack exec unison -- transcript unison-src/transcripts-manual/benchmarks.md` runs the benchmark suite. Output goes in unison-src/transcripts-manual/benchmarks/output.txt.

Expand Down

0 comments on commit b20a999

Please sign in to comment.