summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-05-03 20:02:27 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-05-03 21:08:19 (GMT)
commit56f499dcef320b2644431223bd167de521fdf068 (patch)
tree7c884ecca09da794b5eda709f75fedfe17444159 /Source/CTest
parent9a6d7881fdcfc69feb54b2d287674bc5fcc1fd86 (diff)
downloadCMake-56f499dcef320b2644431223bd167de521fdf068.zip
CMake-56f499dcef320b2644431223bd167de521fdf068.tar.gz
CMake-56f499dcef320b2644431223bd167de521fdf068.tar.bz2
CTest: Modify reg ex so it also works with gcov 4.7 output (#13121)
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestCoverageHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx
index ae06b0f..15c02b4 100644
--- a/Source/CTest/cmCTestCoverageHandler.cxx
+++ b/Source/CTest/cmCTestCoverageHandler.cxx
@@ -800,7 +800,7 @@ int cmCTestCoverageHandler::HandleGCovCoverage(
std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
std::string st2gcovOutputRex2
= "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
- std::string st2gcovOutputRex3 = "^(.*):creating [`'](.*\\.gcov)'";
+ std::string st2gcovOutputRex3 = "^(.*)reating [`'](.*\\.gcov)'";
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";
std::string st2gcovOutputRex5 = "^(.*):cannot open source file*$";
std::string st2gcovOutputRex6