From b6d2e2eaef67965678141e7322eca7930fc7db21 Mon Sep 17 00:00:00 2001 From: Hobbs <13199119+wihobbs@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:10:52 -0800 Subject: [PATCH] test: update README instructions for skipping tests 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. --- t/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/README.md b/t/README.md index 80f6c1f40bca..fd03ed503ab6 100644 --- a/t/README.md +++ b/t/README.md @@ -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