You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command lando db-import yields an exit code 0 even when an import error occured.
You can reproduce this by trying to import a corrupted SQL dump and checking afterwards with echo $?.
I suppose this has to do with the last line in the /helpers/sql-import.sh script:
The command
lando db-import
yields an exit code 0 even when an import error occured.You can reproduce this by trying to import a corrupted SQL dump and checking afterwards with
echo $?
.I suppose this has to do with the last line in the /helpers/sql-import.sh script:
Instead of lando_red the function lando_error should be called.
The text was updated successfully, but these errors were encountered: