You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/10/30 20:46:32 UTC

qpid-proton git commit: PROTON-1663: [ruby] use cmake status messages, not warnings if ruby deps not found

Repository: qpid-proton
Updated Branches:
  refs/heads/master 9cd879eba -> a1ceb2f15


PROTON-1663: [ruby] use cmake status messages, not warnings if ruby deps not found


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

Branch: refs/heads/master
Commit: a1ceb2f15b0870ea6748fb9c9a2276c3c7d00722
Parents: 9cd879e
Author: Alan Conway <ac...@redhat.com>
Authored: Mon Oct 30 16:43:19 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Mon Oct 30 16:43:19 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a1ceb2f1/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt b/proton-c/bindings/ruby/CMakeLists.txt
index ff88ddd..5ceb7f0 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -119,7 +119,7 @@ if (result EQUAL 0)  # Have minitest
   endforeach()
 else()
   # No minitest
-  message(WARNING "ruby tests will not run, minitest is not installed")
+  message(STATUS "Ruby tests will not run, minitest is not installed")
 endif()
 
 ## Documentation


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