Browse Source

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>
Ross Burton 11 years ago
parent
commit
1b702e0c54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/qemuimage-tests/sanity/connman

+ 1 - 0
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