mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Don't drop RGBLINK output in RGBASM tests
This commit is contained in:
@@ -56,7 +56,7 @@ for i in *.asm; do
|
|||||||
|
|
||||||
bin=${i%.asm}.out.bin
|
bin=${i%.asm}.out.bin
|
||||||
if [ -f $bin ]; then
|
if [ -f $bin ]; then
|
||||||
../../rgblink -o $gb $o > $output 2>&1
|
../../rgblink -o $gb $o
|
||||||
dd if=$gb count=1 bs=$(printf %s $(wc -c < $bin)) > $output 2>/dev/null
|
dd if=$gb count=1 bs=$(printf %s $(wc -c < $bin)) > $output 2>/dev/null
|
||||||
tryCmp $bin $output
|
tryCmp $bin $output
|
||||||
our_rc=$(($? || $our_rc))
|
our_rc=$(($? || $our_rc))
|
||||||
|
|||||||
Reference in New Issue
Block a user