← Back to team overview

uonedb-qt team mailing list archive

[Merge] lp:~kalikiana/u1db-qt/newstylelog into lp:u1db-qt

 

Christian Dywan has proposed merging lp:~kalikiana/u1db-qt/newstylelog into lp:u1db-qt.

Commit message:
Use new-style qmlrunner log option to enable stdout

Requested reviews:
  U1DB Qt developers (uonedb-qt)

For more details, see:
https://code.launchpad.net/~kalikiana/u1db-qt/newstylelog/+merge/183887

Discovered this incidentally. It makes debugging unit test failures a little less annoying.
-- 
https://code.launchpad.net/~kalikiana/u1db-qt/newstylelog/+merge/183887
Your team U1DB Qt developers is requested to review the proposed merge of lp:~kalikiana/u1db-qt/newstylelog into lp:u1db-qt.
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt	2013-07-29 15:01:21 +0000
+++ tests/CMakeLists.txt	2013-09-04 14:18:15 +0000
@@ -2,7 +2,7 @@
 
 find_package(Qt5Test REQUIRED)
 
-add_test(NAME plugintest COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/strict-qmltestrunner.sh" "-platform" "minimal" "-import" "../modules" "-xunitxml" "-o" "plugintest-xunit.xml" "-input" "${CMAKE_CURRENT_SOURCE_DIR}")
+add_test(NAME plugintest COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/strict-qmltestrunner.sh" "-platform" "minimal" "-import" "../modules" "-o" "plugintest-xunit.xml,xunitxml" "-o" "-,txt" "-input" "${CMAKE_CURRENT_SOURCE_DIR}")
 
 include_directories(
     ${CMAKE_CURRENT_BINARY_DIR}


Follow ups