summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-20 12:32:28 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-20 12:32:28 -0800
commit1c4c56b885d1000aa27d60b73bfb0221d6e392f0 (patch)
treedbf2a2671923f91fb544b8cba84f0f307dd4d6fe
parent27bf3ab4402907aab772a3785b4fd27adf0214cc (diff)
downloadgit-1c4c56b885d1000aa27d60b73bfb0221d6e392f0.tar.gz
Meta/round: make it easier to find the beginning of each task
-rwxr-xr-xround3
1 files changed, 3 insertions, 0 deletions
diff --git a/round b/round
index ed55bc5246..462919aafc 100755
--- a/round
+++ b/round
@@ -19,12 +19,15 @@ set -- $default $more
for t
do
+ echo "----- >8 -----" >&2
case "$skip" in
*" $t "*)
echo "Skipping $t" >&2
continue ;;
esac
+ echo "Running $t" >&2
+
case "$t" in
address | undefined | address,undefined)
SANITIZE=$t \