forked from qt-creator/qt-creator
AutoTest: Support some ctest settings
Add some useful settings for ctest based testing. Adapt output parser accordingly to get at least relevant output and display significant information inside the visual display. Current implementation loses or mixes some information when running jobs in parallel. Complete output is still available inside the text display. Fixes: QTCREATORBUG-26029 Change-Id: Id040f83900a6cfd89f5c2aff987278a297aa14c4 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -129,7 +129,7 @@ static bool isSignificant(ResultType type)
|
||||
case ResultType::MessageCurrentTest:
|
||||
case ResultType::Application:
|
||||
case ResultType::Invalid:
|
||||
QTC_ASSERT_STRING("Got unexpedted type in isSignificant check");
|
||||
QTC_ASSERT_STRING("Got unexpected type in isSignificant check");
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user