aboutsummaryrefslogtreecommitdiff
path: root/cpuhotplug
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-12-15 13:30:37 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-12-15 15:43:26 +0530
commitc7af87bdbce4a0105663f19b21b2560fc2cadec7 (patch)
treeaacf2ab593ce3af3e8cdc4d2da466e48d04cbe9d /cpuhotplug
parent7c440a6fda2c02f4d6a3598c2a2c202ca1afd227 (diff)
change options for numerical comparision
use directory test option for cpufreq test and add warning message for hotplug 07 test Signed-off-by: Carlos Hernandez <ceh@ti.com> Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
Diffstat (limited to 'cpuhotplug')
-rwxr-xr-xcpuhotplug/cpuhotplug_07.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpuhotplug/cpuhotplug_07.sh b/cpuhotplug/cpuhotplug_07.sh
index 0ec67fc..d3674d2 100755
--- a/cpuhotplug/cpuhotplug_07.sh
+++ b/cpuhotplug/cpuhotplug_07.sh
@@ -34,7 +34,9 @@ waitfor_udevadm() {
if [ $? -eq 0 ]; then
return 0
fi
+ log_skip "warning: udev monitor not running"
done
+ return 1
}
check_notification() {