https://github.com/lando/core/blob/08ee112af2c781b76f98f80b3fa7f659de503993/scripts/sql-import.sh#L148 has an `OR` operator which calls `lando_red "Import failed."` and unintentionally swallows the original exit code failure. This is made more apparent when importing a database dump affected by the mariadb sandbox breaking change - https://mariadb.org/mariadb-dump-file-compatibility-change/