summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests/tools/connman_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qemuimage-tests/tools/connman_test.sh')
-rw-r--r--scripts/qemuimage-tests/tools/connman_test.sh2
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 8ed8b8b4aa..4c1e2f558e 100644
--- a/scripts/qemuimage-tests/tools/connman_test.sh
+++ b/scripts/qemuimage-tests/tools/connman_test.sh
@@ -45,7 +45,7 @@ fi
45 45
46if [ $count -ne 1 ]; then 46if [ $count -ne 1 ]; then
47 Target_Info "connmand has issue when running in background, Pls, check the output of ps" 47 Target_Info "connmand has issue when running in background, Pls, check the output of ps"
48 ${PS} | grep connmand 48 ${PS}
49 exit 1 49 exit 1
50fi 50fi
51 51