drush
drush copied to clipboard
Migrate commands should return non-zero code when failed
$ drush migrate:import customer
[error] Migration customer is busy with another operation: Importing
$ echo $?
0
"busy with another operation" - IMO a super annoying "feature" from migrate. until thats gone, i do agree that this is more error than not.