summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-08-02 15:30:51 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-08-02 15:43:30 +0530
commita381f245a3a84e1ca8f5b264456b03542fafeb87 (patch)
treeff2d54d719aa37b2ef105b37012de04d286f1e02 /common
parent883d4424083036c61555f1ca4bec3116742c1195 (diff)
pmqa: correct sanity check return value
- features which are not supported will be skipped - bug 166 Change-Id: Ifaf0a659c61984fe397f3b39fa3bfe23c8a905a9
Diffstat (limited to 'common')
-rwxr-xr-xcommon/scripts/pm-qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/pm-qa.sh b/common/scripts/pm-qa.sh
index 8736a46..b9b07a4 100755
--- a/common/scripts/pm-qa.sh
+++ b/common/scripts/pm-qa.sh
@@ -49,7 +49,7 @@ test_func(){
echo `pwd`
/system/bin/sh $var
- if [ $? -ne 0 ]; then
+ if [ $? -ne 1 ]; then
continue
fi