commit | 161ffe708f4aef67a60a03dec9988c74693cf290 | [log] [tgz] |
---|---|---|
author | ra <ra@apache.org> | Fri Apr 04 07:14:17 2014 -0700 |
committer | ra <ra@apache.org> | Fri Apr 04 07:14:17 2014 -0700 |
tree | 13520fde78464173ff0241475f31c3ab856c2c2e | |
parent | 1be80dce36a8dcefe6851428949409898f7415ff [diff] [blame] |
THRIFT-2448: test.sh has incorrect node path Client: test suite Patch: Randy Abernethy repairs node path in 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 @@ 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 ############## ##