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 2016/09/20 21:49:29 UTC

[3/6] qpid-proton git commit: NO-JIRA: go config.sh added env vars to Go tests directly.

NO-JIRA: go config.sh added env vars to Go tests directly.

You can run go tests like this:

    . config.sh
    go test qpid.apache.org/...   # All package tests
    go test qpid.apache.org/proton # proton package tests.


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

Branch: refs/heads/master
Commit: 158ad9105b2c6adcd9415c863d6f0c29cb0ec5d4
Parents: 4bb2681
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Sep 7 15:04:05 2016 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Sep 20 17:39:15 2016 -0400

----------------------------------------------------------------------
 config.sh.in | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/158ad910/config.sh.in
----------------------------------------------------------------------
diff --git a/config.sh.in b/config.sh.in
index 7e58883..4902b61 100755
--- a/config.sh.in
+++ b/config.sh.in
@@ -81,3 +81,6 @@ fi
 if [[ -x "$(type -p saslpasswd2)" ]] ; then
     export SASLPASSWD=$(type -p saslpasswd2)
 fi
+
+# Location of interop test files.
+export PN_INTEROP_DIR=$PROTON_HOME/tests/interop


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