mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Tweak on output feedback.
This commit is contained in:
parent
6705cc16c9
commit
281ccff483
@ -39,10 +39,10 @@ class Mage_Task_Deploy
|
||||
$result = $task->run();
|
||||
|
||||
if ($result == true) {
|
||||
Mage_Console::output('<green>OK</green>');
|
||||
Mage_Console::output(' <green>OK</green>', 0);
|
||||
$completedTasks++;
|
||||
} else {
|
||||
Mage_Console::output('<red>FAIL</red>');
|
||||
Mage_Console::output(' <red>FAIL</red>', 0);
|
||||
}
|
||||
}
|
||||
|
||||
@ -84,10 +84,10 @@ class Mage_Task_Deploy
|
||||
$result = $task->run();
|
||||
|
||||
if ($result == true) {
|
||||
Mage_Console::output('<green>OK</green>');
|
||||
Mage_Console::output(' <green>OK</green>', 0);
|
||||
$completedTasks++;
|
||||
} else {
|
||||
Mage_Console::output('<red>FAIL</red>');
|
||||
Mage_Console::output(' <red>FAIL</red>', 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user