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:
Brad King
2017-07-21 14:13:29 +00:00
committed by Kitware Robot
+6
View File
@@ -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");