summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
committerMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
commitf66e7f36ffba13e5eac5bac965f128c39642c174 (patch)
treecb695f2a0a4cdff3019cbcb0bae76b95eb3d126b /docs
parent9b04a3076d419279ac43f165be89a9893f9f0670 (diff)
downloadlibgit2-f66e7f36ffba13e5eac5bac965f128c39642c174.tar.gz
libgit2_clar is now libgit2_tests
in #6083 the test runner was renamed to libgit2_tests, but not all references to the old name were updated. this change changes all of them to use the new name.
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index f3e559c9d..03e001709 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -120,15 +120,15 @@ In addition to new tests, please ensure that your changes do not cause
any other test failures. Running the entire test suite is helpful
before you submit a pull request. When you build libgit2, the test
suite will also be built. You can run most of the tests by simply running
-the resultant `libgit2_clar` binary. If you want to run a specific
+the resultant `libgit2_tests` binary. If you want to run a specific
unit test, you can name it with the `-s` option. For example:
- libgit2_clar -sstatus::worktree::long_filenames
+ libgit2_tests -sstatus::worktree::long_filenames
Or you can run an entire class of tests. For example, to run all the
worktree status tests:
- libgit2_clar -sstatus::worktree
+ libgit2_tests -sstatus::worktree
The default test run is fairly exhaustive, but it will exclude some
unit tests by default: in particular, those that talk to network
@@ -136,7 +136,7 @@ servers and the tests that manipulate the filesystem in onerous
ways (and may need to have special privileges to run). To run the
network tests:
- libgit2_clar -ionline
+ libgit2_tests -ionline
In addition, various tests may be enabled by environment variables,
like the ones that write exceptionally large repositories or manipulate