jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Quoting issues in modules #54

Closed jakev closed 8 years ago

jakev commented 8 years ago

Some bash modules have issues if there are spaces in the dtf project directory. Quoting properly should fix this.

jakev commented 8 years ago
jakev commented 8 years ago

Yikes. Python modules are also affected. Anything with a Popen() call will need to be modified or using dtfs launch_binary() command. Opening a issue for the framework itself: https://github.com/jakev/dtf/issues/28

jakev commented 8 years ago

generateaidl (https://github.com/jakev/dtfmods-core/commit/bc7df8114acdfc539c5d25be8b3a67a927731ab9), appdexdb (https://github.com/jakev/dtfmods-core/commit/66d55a1b0fe99e127077ff719bc5f4955e8339fd), and frameworkdexdb (https://github.com/jakev/dtfmods-core/commit/c504fbe2ac7ee5af6dceacb3541def2054ff94dc) are all affected.

jakev commented 8 years ago

Closing this for now, unless something else comes up.