After the step where undo is impossible, uninstall ignores failure and
proceeds as it is. so, uninstall succeeds
but there are cases that send signal with error value
this patch fix that case
Change-Id: Ifca8562e747bb66c5ed72cb55b633ee54b0e5cb3
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
LOG(WARNING) << "Error during processing(" << (*it_)->name()
<< ") but the installation can't undo, installation is ongoing";
+ status_ = Step::Status::OK;
const auto& recovery_file =
context_->recovery_info.get().recovery_file;
if (recovery_file)