diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-05 16:35:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-05 17:36:35 +0100 |
commit | 04b799b3c8602aaf826d0ce1e42cb01d63e6c9e5 (patch) | |
tree | 23bb01b9d48578dfae145df19afe05a80bbfb623 /scripts | |
parent | 8f78158759a26eefa800438bdccc1c0ba5a6b884 (diff) | |
download | poky-04b799b3c8602aaf826d0ce1e42cb01d63e6c9e5.tar.gz |
sanity/connman: when connman test fails, dump syslog
(From OE-Core rev: a51041db57666c60f39c4effa4aceb53cae815dc)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 | |||
46 | exit 0 | 46 | exit 0 |
47 | else | 47 | else |
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 |