summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-05 16:35:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-23 13:00:54 +0100
commitf8b915128b202503f13a57ce8531781e251ff2d6 (patch)
tree66c998611e49d8cc5689692098163455f7adac79
parent84b91b829d817328d8dff5fb34f483dee3c12e30 (diff)
downloadpoky-f8b915128b202503f13a57ce8531781e251ff2d6.tar.gz
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>
-rwxr-xr-xscripts/qemuimage-tests/sanity/connman1
1 files changed, 1 insertions, 0 deletions
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
46 exit 0 46 exit 0
47else 47else
48 Test_Info "Connman Test FAIL, Pls. check above error log" 48 Test_Info "Connman Test FAIL, Pls. check above error log"
49 Test_Display_Syslog
49 Test_Kill_Qemu 50 Test_Kill_Qemu
50 Test_Print_Result "connman" 1 51 Test_Print_Result "connman" 1
51 exit 1 52 exit 1