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:
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
@@ -142,6 +142,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cp bins/* .
|
cp bins/* .
|
||||||
|
cp bins/*.dll test/gfx
|
||||||
test/run-tests.sh
|
test/run-tests.sh
|
||||||
|
|
||||||
windows-xbuild:
|
windows-xbuild:
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
rc=0
|
rc=0
|
||||||
for f in *.bin; do
|
for f in *.bin; do
|
||||||
./rgbgfx_test "$f" || rc=1
|
printf '%s...\n' "$f"
|
||||||
|
./rgbgfx_test "$f" || rc=$?
|
||||||
done
|
done
|
||||||
|
|
||||||
exit $rc
|
exit $rc
|
||||||
|
|||||||
Reference in New Issue
Block a user