[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-830-ga62a39e
Brad King
brad.king at kitware.com
Mon Jul 6 10:05:30 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via a62a39e3c03dd5a0731ade875dce5a7de9f9d892 (commit)
via 0cfa3d0bc1d0bbbc694e5ad64e5d73e0eb0158b9 (commit)
from ad034c4a97a777f7a2f42a35110599b4fd99ac9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a62a39e3c03dd5a0731ade875dce5a7de9f9d892
commit a62a39e3c03dd5a0731ade875dce5a7de9f9d892
Merge: ad034c4 0cfa3d0
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 6 10:05:29 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 6 10:05:29 2015 -0400
Merge topic 'show-number-of-tests' into next
0cfa3d0b fixup! Show the number of tests for each label in the CTest summary
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cfa3d0bc1d0bbbc694e5ad64e5d73e0eb0158b9
commit 0cfa3d0bc1d0bbbc694e5ad64e5d73e0eb0158b9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 6 10:05:13 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 6 10:05:13 2015 -0400
fixup! Show the number of tests for each label in the CTest summary
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 1a6a462..5faf001 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -715,7 +715,7 @@ void cmCTestTestHandler::PrintLabelSummary()
labelCountStr << "(" << labelCounts[*i] << " test";
if (labelCounts[*i] > 1)
{
- labelCountStr << "s";
+ labelCountStr << "s";
}
labelCountStr << ")";
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestTestHandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list