[PATCH PM-QA 2/2] cpufreq: Remove unnecessary checks

2015-02-18 Thread Lisa Nguyen
The check function already determines if a subtest fails, passes, or skips. No need to check for the return value of the command. Signed-off-by: Lisa Nguyen --- cpufreq/cpufreq_08.sh |3 --- cpufreq/cpufreq_09.sh |6 -- 2 files changed, 9 deletions(-) diff --git a/cpufreq/cpufreq_08

[PATCH PM-QA 1/2] Test: Add sort function

2015-02-18 Thread Lisa Nguyen
Use the built-in sort function to ensure that the PM-QA scripts will run in order. Some platforms may run makefile versions greater than 3.82. See the following link for details: https://lists.gnu.org/archive/html/info-gnu/2010-07/msg00023.html Signed-off-by: Lisa Nguyen --- Test.mk |2 +-

[PATCH PM-QA 0/2] Minor Improvement patches

2015-02-18 Thread Lisa Nguyen
Couple patches to ensure that PM-QA scripts will run in order and remove unnecessary checks in cpuidle_08 and cpuidle_09 scripts. Lisa Nguyen (2): Test: Add sort function cpufreq: Remove unnecessary checks Test.mk |2 +- cpufreq/cpufreq_08.sh |3 --- cpufreq/cpufreq_09