[Cmake-commits] CMake branch, next, updated. v3.0.2-5315-g86964ce

Brad King brad.king at kitware.com
Fri Sep 12 11:33:59 EDT 2014


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  86964cef00ecde8214f4643017a1a557865ce3a7 (commit)
       via  d8054987010d9c11e50e599d26b108cfede895eb (commit)
      from  eb780b229f7624be6f5bbd1ababd635a74ca3fea (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=86964cef00ecde8214f4643017a1a557865ce3a7
commit 86964cef00ecde8214f4643017a1a557865ce3a7
Merge: eb780b2 d805498
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 12 11:33:59 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 12 11:33:59 2014 -0400

    Merge topic 'doc-set_test_properties-example' into next
    
    d8054987 Help: Fix set_tests_properties documentation typo


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8054987010d9c11e50e599d26b108cfede895eb
commit d8054987010d9c11e50e599d26b108cfede895eb
Author:     Andrew Bauer <andy.bauer at kitware.com>
AuthorDate: Fri Sep 12 10:43:27 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 12 11:32:50 2014 -0400

    Help: Fix set_tests_properties documentation typo
    
    The example for FAIL_REGULAR_EXPRESSION should actually name it.

diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst
index 82cd5d8..e29d690 100644
--- a/Help/command/set_tests_properties.rst
+++ b/Help/command/set_tests_properties.rst
@@ -27,7 +27,7 @@ specified regular expressions, the test will fail.
 
 ::
 
-  Example: PASS_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed"
+  Example: FAIL_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed"
 
 Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a list
 of regular expressions.

-----------------------------------------------------------------------

Summary of changes:
 Help/command/set_tests_properties.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list