mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bd8e22ad58
commit
2a320d9b74
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user