[LTP] [PATCH v2 2/8] metadata: test.sh: Print the test name and result

Petr Vorel pvorel@suse.cz
Fri Jul 10 08:06:08 CEST 2026


Hi,

> +++ b/metadata/tests/test.sh
> @@ -3,13 +3,15 @@
>  fail=0

>  for i in *.c; do
> +	printf "* $i "

OK, I will follow the CI advice from v1 and change before merge:
-       printf "* $i "
+       printf '* %s ' "$i"

Kind regards,
Petr


More information about the ltp mailing list