[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2955-g004a656

Rolf Eike Beer eike at sf-mail.de
Sat May 11 06:04:03 EDT 2013


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  004a65617987728c66fc29d6cc2141f30f75ee52 (commit)
       via  74228e8486b1d87ef258f32be300a6b884793bc3 (commit)
       via  1c575ab72f7eabfc98c78dfa8fa3ce1b32b3c157 (commit)
       via  a3e7c94fd70400cf5a7d643961709e6cb4d6b61c (commit)
      from  693aaa34e087c20eb2dd6cdb3e9b8a13eb666e32 (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=004a65617987728c66fc29d6cc2141f30f75ee52
commit 004a65617987728c66fc29d6cc2141f30f75ee52
Merge: 693aaa3 74228e8
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat May 11 06:04:00 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 11 06:04:00 2013 -0400

    Merge topic 'test_regex_doc' into next
    
    74228e8 Doc: fix example for FAIL_REGULAR_EXPRESSION
    1c575ab CMake Nightly Date Stamp
    a3e7c94 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=74228e8486b1d87ef258f32be300a6b884793bc3
commit 74228e8486b1d87ef258f32be300a6b884793bc3
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat May 11 12:02:05 2013 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sat May 11 12:02:05 2013 +0200

    Doc: fix example for FAIL_REGULAR_EXPRESSION
    
    The example used PASS_REGULAR_EXPRESSION instead of FAIL...

diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx
index 912ec76..0904431 100644
--- a/Source/cmTest.cxx
+++ b/Source/cmTest.cxx
@@ -135,7 +135,7 @@ void cmTest::DefineProperties(cmake *cm)
      "If the output matches this regular expression the test will fail.",
      "If set, if the output matches one of "
      "specified regular expressions, the test will fail."
-     "For example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"");
+     "For example: FAIL_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"");
 
   cm->DefineProperty
     ("LABELS", cmProperty::TEST,

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

Summary of changes:
 Source/CMakeVersion.cmake |    2 +-
 Source/cmTest.cxx         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list