mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Print RGBGFX test names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user