From 161ffe708f4aef67a60a03dec9988c74693cf290 Mon Sep 17 00:00:00 2001 From: ra Date: Fri, 4 Apr 2014 07:14:17 -0700 Subject: [PATCH] THRIFT-2448: test.sh has incorrect node path Client: test suite Patch: Randy Abernethy repairs node path in test.sh --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 60a381738..37bf04303 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 ############## ##