diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 18:15:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 18:15:17 (GMT) |
commit | 9a3abaa53e2c545d2ab395065623873ab2390aea (patch) | |
tree | e3801a9b0a73a427e3361322e9dd8481c810ddda /Source/CTest | |
parent | 7bd1e74177f4f2a633749a205a687c030fc950c3 (diff) | |
download | CMake-9a3abaa53e2c545d2ab395065623873ab2390aea.zip CMake-9a3abaa53e2c545d2ab395065623873ab2390aea.tar.gz CMake-9a3abaa53e2c545d2ab395065623873ab2390aea.tar.bz2 |
ENH: More handling of gcov 4.0
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestCoverageHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx index e5ee9a1..0d16098 100644 --- a/Source/CTest/cmCTestCoverageHandler.cxx +++ b/Source/CTest/cmCTestCoverageHandler.cxx @@ -198,7 +198,7 @@ int cmCTestCoverageHandler::ProcessHandler() // Style 2 std::string st2gcovOutputRex1 = "^File *[`'](.*)'$"; std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$"; - std::string st2gcovOutputRex3 = "^(.*):creating `(.*\\.gcov)'"; + std::string st2gcovOutputRex3 = "^(.*):creating [`'](.*\\.gcov)'"; std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$"; std::string st2gcovOutputRex5 = "^(.*):cannot open source file*$"; std::string st2gcovOutputRex6 = "^(.*):source file is newer than graph file `(.*)'$"; |