drush icon indicating copy to clipboard operation
drush copied to clipboard

Migrate commands should return non-zero code when failed

Open Chi-teck opened this issue 3 years ago • 1 comments

$ drush migrate:import customer
 [error]  Migration customer is busy with another operation: Importing 

$ echo $?
0

Chi-teck avatar Feb 12 '22 11:02 Chi-teck

"busy with another operation" - IMO a super annoying "feature" from migrate. until thats gone, i do agree that this is more error than not.

weitzman avatar Apr 14 '22 23:04 weitzman