aboutsummaryrefslogtreecommitdiff
path: root/cpufreq/cpufreq_09.sh
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2014-08-20 17:26:04 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2014-09-10 15:03:30 -0700
commitd713d633fe45d83aaf5f95c54120877cfbae5cf1 (patch)
tree00c6e6fcc46b846e47f8828529d2b03c1bcd1c51 /cpufreq/cpufreq_09.sh
parent523e8d9c5a271939ea1ed9f8351fb69c86c9f605 (diff)
Display all skipped test results in LAVA
Allow LAVA to record all the skipped test cases including the ones that will not be executed due to failed sanity checks. This enhancement will keep the number of PM-QA results more consistent across multiple platforms. Fix for Bug #386: https://bugs.linaro.org/show_bug.cgi?id=386 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'cpufreq/cpufreq_09.sh')
-rwxr-xr-xcpufreq/cpufreq_09.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/cpufreq_09.sh b/cpufreq/cpufreq_09.sh
index 7b65eec..62c953d 100755
--- a/cpufreq/cpufreq_09.sh
+++ b/cpufreq/cpufreq_09.sh
@@ -65,7 +65,7 @@ save_governors
supported=$(cat $CPU_PATH/cpu0/cpufreq/scaling_available_governors | grep "powersave")
if [ -z "$supported" ]; then
log_skip "powersave not supported"
- exit 0
+ return 0
fi
trap "restore_governors; sigtrap" SIGHUP SIGINT SIGTERM