shithub: rgbds

Download patch

ref: e233c5d256dd42a77612e39c5c7160aa92b4a4d4
parent: fe824e00687e96180c15c659511404ca6b93f079
author: ISSOtm <[email protected]>
date: Sun Mar 22 06:43:06 EDT 2020

Don't drop RGBLINK output in RGBASM tests

--- a/test/asm/test.sh
+++ b/test/asm/test.sh
@@ -56,7 +56,7 @@
 
 		bin=${i%.asm}.out.bin
 		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
 			tryCmp $bin $output
 			our_rc=$(($? || $our_rc))