aboutsummaryrefslogtreecommitdiff
path: root/thermal/thermal_06.sh
diff options
context:
space:
mode:
authorHongbo Zhang <hongbo.zhang@linaro.org>2013-02-04 19:22:58 +0800
committerHongbo Zhang <hongbo.zhang@linaro.org>2013-02-06 10:40:26 +0800
commit974802b87b3662cf224f38db8059add7869cfdb4 (patch)
treea0e793fabce8622d98d65ef396de93a6ba47f5b3 /thermal/thermal_06.sh
parent7d60a026b9712cc26b2a5cd049296fbc4499c666 (diff)
pm-qa: collecting seperated test switches into one central file.
It is inconvenient for user to edit these seperated switches, so move them into one central file. Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org>
Diffstat (limited to 'thermal/thermal_06.sh')
-rwxr-xr-xthermal/thermal_06.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh
index 28fdaec..0084281 100755
--- a/thermal/thermal_06.sh
+++ b/thermal/thermal_06.sh
@@ -28,9 +28,7 @@
source ../include/functions.sh
source ../include/thermal_functions.sh
-# test_switch: switch on/off this test
-test_switch=0
-if [ "$test_switch" -eq 0 ]; then
+if [ "$thermal_try_max" -eq 0 ]; then
log_skip "test of trip points being crossed"
exit 0
fi