Repository: qpid-dispatch
Updated Branches:
  refs/heads/master ee4285f9b -> 4dd8764b3


DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable correctly


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4dd8764b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/4dd8764b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/4dd8764b

Branch: refs/heads/master
Commit: 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
Parents: ee4285f
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Mon Jul 31 17:09:30 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Mon Jul 31 17:09:30 2017 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/4dd8764b/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0abccd7..fd4e8fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,10 +115,9 @@ find_package_handle_standard_args(VALGRIND DEFAULT_MSG 
VALGRIND_EXECUTABLE)
 option(USE_VALGRIND "Use valgrind when running tests" OFF)
 
 if (USE_VALGRIND)
-  set(VG_RUNNER "${VALGRIND_EXECUTABLE} --leak-check=full 
--show-leak-kinds=definite --errors-for-leak-kinds=definite --error-exitcode=42 
--suppressions=${CMAKE_SOURCE_DIR}/tests/valgrind.supp --quiet")
+  set(TEST_RUNNER "${VALGRIND_EXECUTABLE} --leak-check=full 
--show-leak-kinds=definite --errors-for-leak-kinds=definite --error-exitcode=42 
--suppressions=${CMAKE_SOURCE_DIR}/tests/valgrind.supp")
 endif()
 
-set(TEST_RUNNER "${VG_RUNNER}" CACHE STRING "Program to run test executables")
 
 ##
 ## Include directories used by all sub-directories.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to