mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Run the quote in file name except on Windows
This should make the CI function again
This commit is contained in:
@@ -20,6 +20,19 @@ tryCmp () {
|
||||
cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo "${bold}${red}${i%.asm}${variant}.out.bin mismatch!${rescolors}${resbold}"; false)
|
||||
}
|
||||
|
||||
# Add the quote test, except on Windows
|
||||
if uname | grep -vic mingw; then
|
||||
cat > quote\"file.asm <<EOF
|
||||
WARN __FILE__
|
||||
EOF
|
||||
cat > quote\"file.out <<EOF
|
||||
EOF
|
||||
cat > quote\"file.err <<EOF
|
||||
warning: quote"file.asm(1): [-Wuser]
|
||||
quote"file.asm
|
||||
EOF
|
||||
fi
|
||||
|
||||
for i in *.asm; do
|
||||
for variant in '' '.pipe'; do
|
||||
if [ -z "$variant" ]; then
|
||||
|
||||
Reference in New Issue
Block a user