aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-03-20 14:15:00 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-03-20 14:15:00 +0530
commit899d9783c7e020fe68c8189c33d85ce38d01f9a5 (patch)
treed887c88b2e9c1a9a05ae55a725201f9d429b1ff9
parent71801bc7470f18c12c6cf1fcb8cdb3a888b965c6 (diff)
remove test status function from sanity file
With test status function, the return status of the script run is changed. Also there is no need of the status function in the sanity check. Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
-rwxr-xr-xpowertop/powertop_sanity.sh1
-rwxr-xr-xthermal/thermal_sanity.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/powertop/powertop_sanity.sh b/powertop/powertop_sanity.sh
index 060f85c..3ae3065 100755
--- a/powertop/powertop_sanity.sh
+++ b/powertop/powertop_sanity.sh
@@ -33,4 +33,3 @@ check_powertop() {
}
check_powertop
-test_status_show
diff --git a/thermal/thermal_sanity.sh b/thermal/thermal_sanity.sh
index 93b2b9c..b995faf 100755
--- a/thermal/thermal_sanity.sh
+++ b/thermal/thermal_sanity.sh
@@ -43,4 +43,3 @@ check_thermal_zone() {
}
check_thermal_zone
-test_status_show