We know the grep failed because the error case is being executed, so don't do
the grep again when attempting to help diagnose the problem, as seeing the full
process list might be useful.

Signed-off-by: Ross Burton <[email protected]>
---
 scripts/qemuimage-tests/tools/connman_test.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/qemuimage-tests/tools/connman_test.sh 
b/scripts/qemuimage-tests/tools/connman_test.sh
index 8ed8b8b..4c1e2f5 100644
--- a/scripts/qemuimage-tests/tools/connman_test.sh
+++ b/scripts/qemuimage-tests/tools/connman_test.sh
@@ -45,7 +45,7 @@ fi
 
 if [ $count -ne 1 ]; then
        Target_Info "connmand has issue when running in background, Pls, check 
the output of ps"
-       ${PS} | grep connmand
+       ${PS}
        exit 1
 fi
 
-- 
1.7.10.4


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to