Repository: qpid-proton Updated Branches: refs/heads/master a16c58a59 -> fc6e0d34c
NO-JIRA: Add missing environment settings for go examples test. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fc6e0d34 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/fc6e0d34 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/fc6e0d34 Branch: refs/heads/master Commit: fc6e0d34cf5d020e2760b8e2c6135b7b27227fdc Parents: a16c58a Author: Alan Conway <[email protected]> Authored: Wed Oct 21 13:32:45 2015 -0400 Committer: Alan Conway <[email protected]> Committed: Wed Oct 21 13:32:45 2015 -0400 ---------------------------------------------------------------------- examples/go/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/fc6e0d34/examples/go/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/examples/go/CMakeLists.txt b/examples/go/CMakeLists.txt index 3235880..c345523 100644 --- a/examples/go/CMakeLists.txt +++ b/examples/go/CMakeLists.txt @@ -47,7 +47,7 @@ if(BUILD_GO) add_test( NAME go_example_proton_test - COMMAND ${test_exe} -dir ${CMAKE_CURRENT_BINARY_DIR}/electron -broker ../proton/broker) + COMMAND ${GO_ENV} ${test_exe} -dir ${CMAKE_CURRENT_BINARY_DIR}/electron -broker ../proton/broker) list(APPEND ADDITIONAL_MAKE_CLEAN_FILES ${examples}) endif() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
