Skip to content

Commit

Permalink
test: update README instructions for skipping tests
Browse files Browse the repository at this point in the history
Problem: SHARNESS_SKIP_TESTS isn't the correct
environment variable to skip a sharness test.

Update the readme to SKIP_TESTS which is referenced in
t/sharness.sh.
  • Loading branch information
wihobbs committed Nov 10, 2023
1 parent dd09331 commit b6d2e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ to run tests under valgrind.
Skipping Tests
--------------

The environment variable `SHARNESS_SKIP_TESTS` is a space separated
The environment variable `SKIP_TESTS` is a space separated
list of *patterns* that tells which tests to skip, and can either
match the test number `t[0-]{4}` to skip an entire test script,
or have an appended `.$number` to skip test `$number` in the
Expand Down

0 comments on commit b6d2e2e

Please sign in to comment.