Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 15:35 UTC
Updated:
14 Oct 2009 at 05:10 UTC
Jump to comment: Most recent file
drush cron reports success even if the cron run fails (i.e. cron is already running or there is a stale semaphore)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drush-cron-fail.patch | 741 bytes | john morahan |
| #2 | drush-cron-fail.patch | 732 bytes | john morahan |
| drush-cron-fail.patch | 707 bytes | john morahan |
Comments
Comment #1
moshe weitzman commentedGood catch. We should use drush_error() and drush_log() instead of drush_print()
Comment #2
john morahan commentedAh... like this?
Comment #3
moshe weitzman commentedThe success message should be drush_log(dt('Cron successfully run'), 'success') or somesuch.
Comment #4
john morahan commentedOh, wait, you meant drush_log for success.
Comment #5
john morahan commentedComment #6
moshe weitzman commentedcommitted. thx.