From: Ross Burton Date: Fri, 5 Apr 2013 15:35:32 +0000 (+0100) Subject: sanity/connman: when connman test fails, dump syslog X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b702e0c546beaf3b0ffef0c8e57ea254aef4996;p=openembedded-core.git sanity/connman: when connman test fails, dump syslog Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index 0c62902f87..b3332012fa 100755 --- a/scripts/qemuimage-tests/sanity/connman +++ b/scripts/qemuimage-tests/sanity/connman @@ -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