mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Consistently use LF line endings in expected .out and .err output (#1635)
Test scripts compare files as text
This commit is contained in:
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the logo
|
||||
warning: Overwrote a non-zero byte in the logo
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the manufacturer code
|
||||
warning: Overwrote a non-zero byte in the manufacturer code
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the CGB flag
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the destination code
|
||||
warning: Overwrote a non-zero byte in the destination code
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the new licensee code
|
||||
warning: Overwrote a non-zero byte in the new licensee code
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the old licensee code
|
||||
warning: Overwrote a non-zero byte in the old licensee code
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the old licensee code
|
||||
warning: Overwrote a non-zero byte in the old licensee code
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
warning: Overwrote a non-zero byte in the cartridge type
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
warning: Overwrote a non-zero byte in the cartridge type
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
warning: Overwrote a non-zero byte in the cartridge type
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
warning: Overwrote a non-zero byte in the cartridge type
|
||||
warning: Overwrote a non-zero byte in the RAM size
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the SGB flag
|
||||
warning: Overwrote a non-zero byte in the SGB flag
|
||||
|
||||
@@ -25,7 +25,7 @@ rescolors="$(tput op)"
|
||||
RGBFIX=./rgbfix
|
||||
|
||||
tryDiff () {
|
||||
if ! diff -u --strip-trailing-cr "$1" "$2"; then
|
||||
if ! diff -au --strip-trailing-cr "$1" "$2"; then
|
||||
echo "${bold}${red}${3:-$1} mismatch!${rescolors}${resbold}"
|
||||
false
|
||||
fi
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the title
|
||||
warning: Overwrote a non-zero byte in the title
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the title
|
||||
warning: Overwrote a non-zero byte in the title
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
warning: Overwrote a non-zero byte in the Nintendo logo
|
||||
warning: Overwrote a non-zero byte in the header checksum
|
||||
warning: Overwrote a non-zero byte in the global checksum
|
||||
|
||||
@@ -1 +1 @@
|
||||
warning: Overwrote a non-zero byte in the mask ROM version number
|
||||
warning: Overwrote a non-zero byte in the mask ROM version number
|
||||
|
||||
Reference in New Issue
Block a user