commit | 5e89e1aec43715f7fddb4ca8b3dd7437364137a6 | [log] [tgz] |
---|---|---|
author | Li Zhijian <lizhijian@cn.fujitsu.com> | Tue Oct 17 11:02:21 2017 +0800 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Wed Oct 18 11:30:43 2017 -0700 |
tree | 001e7db27aa9332e05f07f6366e3a6fa90a3e2ea | |
parent | ebb4a02f7059c0fde7de853f2f9e25e955def5f5 [diff] |
thermal: add missing get_os before check the return value 'ps' have different output between Android and ubuntu, and test suite use get_os to determine which OS the scripts are running on. at commit 84479a38, thermal: Get correct PID for heat_cpu based on OS this patch want to get PID based on OS, but it looks thermal_06.sh forget to add get_os before checking the OS. Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>