From 581ec5ba53ebe13844fa7e93eacfd5cd4cfcde0e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 5 Apr 2013 16:35:32 +0100 Subject: [PATCH] sanity/connman: when connman test fails, dump syslog (From OE-Core rev: a51041db57666c60f39c4effa4aceb53cae815dc) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/qemuimage-tests/sanity/connman | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index 0c62902..b333201 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 -- 2.7.4