mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
THRIFT-2448: test.sh has incorrect node path
Client: test suite Patch: Randy Abernethy repairs node path in test.sh
This commit is contained in:
parent
1be80dce36
commit
161ffe708f
@ -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 ##############
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user