Re: [PATCH PM-QA] functions: correct get_os logic

2017-10-18 Thread Lisa Nguyen
On 16 October 2017 at 20:03, Li Zhijian wrote: > at commit aea49c3: functions: Fix logic for get_os() function > To determine which OS the scripts are running on, check if the > build.prop file exists instead of using the lsb_release command. > If it does, then the scripts are running on Androi

[PATCH PM-QA] functions: correct get_os logic

2017-10-16 Thread Li Zhijian
at commit aea49c3: functions: Fix logic for get_os() function To determine which OS the scripts are running on, check if the build.prop file exists instead of using the lsb_release command. If it does, then the scripts are running on Android; otherwise it's Ubuntu. From the changelog, we can k