Adding armv7hl
[scm/meta/abs.git] / abs
diff --git a/abs b/abs
index 668453a..42488a2 100755 (executable)
--- a/abs
+++ b/abs
@@ -374,9 +374,10 @@ class Sdk(object):
             with open(logpath, 'w') as lf:
                 lf.write(out)
             ret = self.error_parser.check(out)
-            if ret:
+            if True:
                 with open(logpath+'.log', 'w') as lf:
                     lf.write(out)
+            if ret:
                 raise LocalError(ret)
 
     def package(self, source, cert=None, pkg_type=None, conf=None):