Print RGBGFX test names

This commit is contained in:
ISSOtm
2022-05-01 15:31:56 +02:00
committed by Eldred Habert
parent 0dbcebfeb4
commit 01cf0c5f98
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
rc=0
for f in *.bin; do
./rgbgfx_test "$f" || rc=1
printf '%s...\n' "$f"
./rgbgfx_test "$f" || rc=$?
done
exit $rc