[Cmake-commits] CMake branch, next, updated. v3.8.0-rc4-661-g38ed6b3

Kitware Robot kwrobot at kitware.com
Mon Apr 3 13:45:02 EDT 2017


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  38ed6b3da769f4c08fc6cdd96d588e2f575d5e4b (commit)
       via  e51d939525f179ada5039674142ce16e01868690 (commit)
      from  4787e3319c5a23b8765d8125eaba1c85714c2fee (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=38ed6b3da769f4c08fc6cdd96d588e2f575d5e4b
commit 38ed6b3da769f4c08fc6cdd96d588e2f575d5e4b
Merge: 4787e33 e51d939
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 3 17:39:37 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Apr 3 13:39:47 2017 -0400

    Stage topic 'server-mode-test-no-pyc'
    
    Topic-id: 23457
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/659


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e51d939525f179ada5039674142ce16e01868690
commit e51d939525f179ada5039674142ce16e01868690
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 3 13:36:08 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Apr 3 13:36:48 2017 -0400

    Tests: Avoid generating .pyc files during Server test
    
    Avoid writing any files to the source tree during testing.
    
    Fixes: #16770

diff --git a/Tests/Server/CMakeLists.txt b/Tests/Server/CMakeLists.txt
index 8913406..e7eaa8d 100644
--- a/Tests/Server/CMakeLists.txt
+++ b/Tests/Server/CMakeLists.txt
@@ -5,6 +5,7 @@ find_package(PythonInterp REQUIRED)
 
 macro(do_test bsname file)
   execute_process(COMMAND ${PYTHON_EXECUTABLE}
+    -B # no .pyc files
     "${CMAKE_SOURCE_DIR}/server-test.py"
     "${CMAKE_COMMAND}"
     "${CMAKE_SOURCE_DIR}/${file}"

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

Summary of changes:
 Tests/Server/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list