aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-19 23:24:12 -0700
committerJunio C Hamano <gitster@pobox.com>2011-03-19 23:24:12 -0700
commit0d7f242110dc71666780a85fca14fbc8223879d4 (patch)
tree3154b4ef00a4b665f7b1dc94be1fa313c8db58cd /t
parentdc7f96f1f4a071150d2c817e6ca72ecfb7edd72d (diff)
parent7e2342d0987f7f78bc8582e97bbfbafd80d327ef (diff)
downloadgit-0d7f242110dc71666780a85fca14fbc8223879d4.tar.gz
git-0d7f242110dc71666780a85fca14fbc8223879d4.tar.xz
Merge branch 'jk/trace-sifter'
* jk/trace-sifter: trace: give repo_setup trace its own key add packet tracing debug code trace: add trace_strbuf trace: factor out "do we want to trace" logic trace: refactor to support multiple env variables trace: add trace_vprintf
Diffstat (limited to 't')
-rwxr-xr-xt/t1510-repo-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh
index 15101d5e0..ec50a9ad7 100755
--- a/t/t1510-repo-setup.sh
+++ b/t/t1510-repo-setup.sh
@@ -57,7 +57,7 @@ test_repo () {
export GIT_WORK_TREE
fi &&
rm -f trace &&
- GIT_TRACE="$(pwd)/trace" git symbolic-ref HEAD >/dev/null &&
+ GIT_TRACE_SETUP="$(pwd)/trace" git symbolic-ref HEAD >/dev/null &&
grep '^setup: ' trace >result &&
test_cmp expected result
)