You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/06/28 18:26:56 UTC

qpid-dispatch git commit: DISPATCH-1057 Skip the console test is the console is not built

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 69c613413 -> eb1c8a4d8


DISPATCH-1057 Skip the console test is the console is not built


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

Branch: refs/heads/master
Commit: eb1c8a4d85673b35aa5f41585c8b97a63d0727f6
Parents: 69c6134
Author: Ernest Allen <ea...@redhat.com>
Authored: Thu Jun 28 14:26:37 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Thu Jun 28 14:26:37 2018 -0400

----------------------------------------------------------------------
 tests/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/eb1c8a4d/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index d043694..ed6651c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -74,6 +74,10 @@ if(USE_LIBWEBSOCKETS)
   set(SYSTEM_TESTS_HTTP system_tests_http)
 endif()
 
+if(CONSOLE_INSTALL)
+  set(CONSOLE_TEST system_tests_console)
+endif(CONSOLE_INSTALL)
+
 # System test python modules
 foreach(py_test_module
 #   system_tests_broker
@@ -113,7 +117,7 @@ foreach(py_test_module
     system_tests_bad_configuration
     system_tests_ssl
     ${SYSTEM_TESTS_HTTP}
-    system_tests_console
+    ${CONSOLE_TEST}
     )
 
   add_test(${py_test_module} ${TEST_WRAP} -x unit2 -v ${py_test_module})


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