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
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 \