Message ID | 20111020204209.14685.34001.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/android_client.py' --- lava_dispatcher/android_client.py 2011-10-20 06:38:10 +0000 +++ lava_dispatcher/android_client.py 2011-10-20 20:40:04 +0000 @@ -34,8 +34,7 @@ def __init__(self, context, config): LavaClient.__init__(self, context, config) # use a random result directory on android for they are using same host - self.android_result_dir = mkdtemp( - dir='/tmp/%s' % context.config.get("LAVA_RESULT_DIR")) + self.android_result_dir = mkdtemp() os.chmod(self.android_result_dir, 0755) def run_adb_shell_command(self, dev_id, cmd, response, timeout=-1):