1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

sanity/connman: when connman test fails, dump syslog

(From OE-Core rev: 1b702e0c546beaf3b0ffef0c8e57ea254aef4996)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2013-04-05 16:35:32 +01:00
committed by Richard Purdie
parent 84b91b829d
commit f8b915128b
+1
View File
@@ -46,6 +46,7 @@ if [ ${RET} -eq 0 ]; then
exit 0
else
Test_Info "Connman Test FAIL, Pls. check above error log"
Test_Display_Syslog
Test_Kill_Qemu
Test_Print_Result "connman" 1
exit 1