Hi, Attached is a patch for a documentation correction for setting test properties. Can someone check on this and merge it into CMake if it's acceptable?
Thanks, Andy
From bc634e15ffddcee9df4a948fcde8c96cd3500a39 Mon Sep 17 00:00:00 2001 From: Andrew Bauer <[email protected]> Date: Fri, 12 Sep 2014 10:43:27 -0400 Subject: [PATCH] Help: Fixing set_test_properties documentation. --- Help/command/set_tests_properties.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.9.5
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
