From 2a320d9b747913350b27ba8050f32661c9da360c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 5 Apr 2013 16:35:30 +0100 Subject: 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. (From OE-Core rev: cfdea2a233f3087f51f059c3610a441fbf48e4b0) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/qemuimage-tests/tools/connman_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/qemuimage-tests/tools/connman_test.sh b/scripts/qemuimage-tests/tools/connman_test.sh index 8ed8b8b4aa..4c1e2f558e 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 -- cgit v1.2.3-54-g00ecf