Repository: thrift Updated Branches: refs/heads/master 1be80dce3 -> 161ffe708
THRIFT-2448: test.sh has incorrect node path Client: test suite Patch: Randy Abernethy repairs node path in test.sh Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/161ffe70 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/161ffe70 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/161ffe70 Branch: refs/heads/master Commit: 161ffe708f4aef67a60a03dec9988c74693cf290 Parents: 1be80dc Author: ra <[email protected]> Authored: Fri Apr 4 07:14:17 2014 -0700 Committer: ra <[email protected]> Committed: Fri Apr 4 07:14:17 2014 -0700 ---------------------------------------------------------------------- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/161ffe70/test/test.sh ---------------------------------------------------------------------- diff --git a/test/test.sh b/test/test.sh index 60a3817..37bf043 100755 --- a/test/test.sh +++ b/test/test.sh @@ -171,7 +171,7 @@ for proto in $(intersection "${cpp_protocols}" "${java_protocols}"); do done -NODE_TEST_DIR=${BASEDIR}/../bin/nodejs/tests +NODE_TEST_DIR=${BASEDIR}/../../lib/nodejs/test export NODE_PATH=${NODE_TEST_DIR}:${NODE_TEST_DIR}/../lib:${NODE_PATH} ######### nodejs client - cpp server ############## ##
