aboutsummaryrefslogtreecommitdiff
path: root/suspend/suspend_01.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 /suspend/suspend_01.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 'suspend/suspend_01.sh')
-rwxr-xr-xsuspend/suspend_01.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/suspend/suspend_01.sh b/suspend/suspend_01.sh
index d67a66b..e591dc9 100755
--- a/suspend/suspend_01.sh
+++ b/suspend/suspend_01.sh
@@ -29,10 +29,7 @@
source ../include/functions.sh
source ../include/suspend_functions.sh
-# test_dbus: switch on/off this test
-test_dbus=1
-
-if [ "$test_dbus" -eq 0 ]; then
+if [ "$suspend_dbus" -eq 0 ]; then
log_skip "dbus message suspend test not enabled"
exit 0
fi