test 6
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Nov 2019 07:53:09 +0000 (16:53 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Nov 2019 07:53:09 +0000 (16:53 +0900)
Change-Id: I2d621fc15cfa653602b3ca771bf3bd9349c395c7

abs

diff --git a/abs b/abs
index 3dedd11..4066c03 100755 (executable)
--- a/abs
+++ b/abs
@@ -248,6 +248,8 @@ class Sdk(object):
         """Run a tizen command"""
 
         cmd = [self.tizen, command] + args
+        if command == 'package':
+            cmd = 'dbus-run-session -- bash; echo build | gnome-keyring-daemon --unlock; ' + cmd
         print '\nRunning command:\n    %s' % ' '.join(cmd)
         return self.runtool.run('{}'.format(' '.join(cmd)), \
                 show=show, checker=checker)