[Cmake-commits] CMake branch, master, updated. v3.11.0-rc2-113-g730eece

Kitware Robot kwrobot at kitware.com
Wed Feb 28 16:55:14 EST 2018


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, master has been updated
       via  730eeceb75bf9c9074f5abb8bcf6f3ed41115d2b (commit)
       via  92a4c236f62e7266204002df2dc2fe8820e299d6 (commit)
      from  82de05088f762371c6cd753ae19533dc9f5cd6b2 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=730eeceb75bf9c9074f5abb8bcf6f3ed41115d2b
commit 730eeceb75bf9c9074f5abb8bcf6f3ed41115d2b
Merge: 82de050 92a4c23
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Wed Feb 28 21:45:55 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Feb 28 16:46:15 2018 -0500

    Merge topic 'doc_test_prop_WORKING_DIRECTORY'
    
    92a4c236f6 Help: Fix wrong default for WORKING_DIRECTORY test property
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Acked-by: Brad King <brad.king at kitware.com>
    Merge-request: !1806


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=92a4c236f62e7266204002df2dc2fe8820e299d6
commit 92a4c236f62e7266204002df2dc2fe8820e299d6
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Tue Feb 27 22:28:33 2018 +1100
Commit:     Craig Scott <craig.scott at crascit.com>
CommitDate: Tue Feb 27 22:28:33 2018 +1100

    Help: Fix wrong default for WORKING_DIRECTORY test property

diff --git a/Help/prop_test/WORKING_DIRECTORY.rst b/Help/prop_test/WORKING_DIRECTORY.rst
index 5222a19..92a0409 100644
--- a/Help/prop_test/WORKING_DIRECTORY.rst
+++ b/Help/prop_test/WORKING_DIRECTORY.rst
@@ -3,5 +3,7 @@ WORKING_DIRECTORY
 
 The directory from which the test executable will be called.
 
-If this is not set it is called from the directory the test executable
-is located in.
+If this is not set, the test will be run with the working directory set to the
+binary directory associated with where the test was created (i.e. the
+:variable:`CMAKE_CURRENT_BINARY_DIR` for where :command:`add_test` was
+called).

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

Summary of changes:
 Help/prop_test/WORKING_DIRECTORY.rst |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list