[oe-commits] Ross Burton : connman_test.sh: show all processes when dumping ps

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:34 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: cfdea2a233f3087f51f059c3610a441fbf48e4b0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cfdea2a233f3087f51f059c3610a441fbf48e4b0

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Apr  5 16:35:30 2013 +0100

connman_test.sh: show all processes when dumping ps

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 <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/qemuimage-tests/tools/connman_test.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 





More information about the Openembedded-commits mailing list