From a381f245a3a84e1ca8f5b264456b03542fafeb87 Mon Sep 17 00:00:00 2001 From: Sanjay Singh Rawat Date: Sat, 2 Aug 2014 15:30:51 +0530 Subject: pmqa: correct sanity check return value - features which are not supported will be skipped - bug 166 Change-Id: Ifaf0a659c61984fe397f3b39fa3bfe23c8a905a9 --- common/scripts/pm-qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3