Delete version test if stale

This commit is contained in:
ISSOtm
2021-03-09 22:58:00 +01:00
parent 3ce3d2f662
commit e67254093e

View File

@@ -43,6 +43,7 @@ PRINTLN "v{d:__RGBDS_MAJOR__}.{d:__RGBDS_MINOR__}.{d:__RGBDS_PATCH__}"
EOF EOF
else else
echo "${bold}${orange}Warning: cannot run version test!${rescolors}${resbold}" echo "${bold}${orange}Warning: cannot run version test!${rescolors}${resbold}"
rm -f version.asm
fi fi
# Add the quote test, except on Windows # Add the quote test, except on Windows