Meta/round: make it easier to find the beginning of each task

Junio C Hamano committed Dec 20, 2023 at 12:32 UTC 1c4c56b885d1000aa27d60b73bfb0221d6e392f0
1 file changed +3
round
+3
@@ -19,12 +19,15 @@ set -- $default $more
19
20 for t
21 do
22 + echo "----- >8 -----" >&2
23 case "$skip" in
24 *" $t "*)
25 echo "Skipping $t" >&2
26 continue ;;
27 esac
28
29 + echo "Running $t" >&2
30 +
31 case "$t" in
32 address | undefined | address,undefined)
33 SANITIZE=$t \