Merge topic 'ctest_start_function_scope'

13347740 Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behavior
74092d92 cmCTestScriptHandler: Add new field ShouldRunCurrentScript

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1703
This commit is contained in:
Brad King
2018-01-29 13:04:54 +00:00
committed by Kitware Robot
11 changed files with 50 additions and 4 deletions
+2
View File
@@ -458,6 +458,8 @@ public:
void GenerateSubprojectsOutput(cmXMLWriter& xml);
std::vector<std::string> GetLabelsForSubprojects();
void SetRunCurrentScript(bool value);
private:
int RepeatTests;
bool RepeatUntilFail;