mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Merge topic 'add_test_processors_prop_to_cdash'
614921b4 Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1066
This commit is contained in:
@@ -1440,6 +1440,12 @@ void cmCTestTestHandler::GenerateDartOutput(cmXMLWriter& xml)
|
||||
}
|
||||
}
|
||||
|
||||
xml.StartElement("NamedMeasurement");
|
||||
xml.Attribute("type", "numeric/double");
|
||||
xml.Attribute("name", "Processors");
|
||||
xml.Element("Value", result->Properties->Processors);
|
||||
xml.EndElement(); // NamedMeasurement
|
||||
|
||||
xml.StartElement("NamedMeasurement");
|
||||
xml.Attribute("type", "text/string");
|
||||
xml.Attribute("name", "Completion Status");
|
||||
|
||||
Reference in New Issue
Block a user