diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-05 16:35:32 +0100 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2013-04-23 11:07:45 +0100 |
commit | 1b702e0c546beaf3b0ffef0c8e57ea254aef4996 (patch) | |
tree | 9d9a835d7da9fed8bc4373ecdbdb12453517467f | |
parent | 392e93f1701a801afe90a1c550813c8ace4950c9 (diff) | |
download | openembedded-core-1b702e0c546beaf3b0ffef0c8e57ea254aef4996.tar.gz openembedded-core-1b702e0c546beaf3b0ffef0c8e57ea254aef4996.tar.bz2 openembedded-core-1b702e0c546beaf3b0ffef0c8e57ea254aef4996.zip |
sanity/connman: when connman test fails, dump syslog
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/qemuimage-tests/sanity/connman | 1 |
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 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 |