aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7519-status-fsmonitor.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:46 -0800
committerJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:46 -0800
commit62329d336f5d427d8f08035798bf62cd7d8fd847 (patch)
tree61fcf9bfd9c8a547c1b6dfae038217ae51829ee6 /t/t7519-status-fsmonitor.sh
parent285907901c386eae4e0d50c617e1b82a58cff778 (diff)
parent8c4cbad6a3a1dcfd881dce810111888d9cbe08da (diff)
downloadgit-62329d336f5d427d8f08035798bf62cd7d8fd847.tar.gz
Merge branch 'ds/trace2-regions-in-tests'
The default setting for trace2 event nesting was too low to cause test failures, which is worked around by bumping it up in the test framework. * ds/trace2-regions-in-tests: t/t*: remove custom GIT_TRACE2_EVENT_NESTING test-lib.sh: set GIT_TRACE2_EVENT_NESTING
Diffstat (limited to 't/t7519-status-fsmonitor.sh')
-rwxr-xr-xt/t7519-status-fsmonitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7519-status-fsmonitor.sh b/t/t7519-status-fsmonitor.sh
index f488d930df..a5e2233cb1 100755
--- a/t/t7519-status-fsmonitor.sh
+++ b/t/t7519-status-fsmonitor.sh
@@ -390,7 +390,7 @@ test_expect_success 'status succeeds after staging/unstaging' '
# during a call to 'git status'. Otherwise, we verify that we _do_ call it.
check_sparse_index_behavior () {
git -C full status --porcelain=v2 >expect &&
- GIT_TRACE2_EVENT="$(pwd)/trace2.txt" GIT_TRACE2_EVENT_NESTING=10 \
+ GIT_TRACE2_EVENT="$(pwd)/trace2.txt" \
git -C sparse status --porcelain=v2 >actual &&
test_region $1 index ensure_full_index trace2.txt &&
test_region fsm_hook query trace2.txt &&