Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1be80dc
)
THRIFT-2448: test.sh has incorrect node path
author
ra
<ra@apache.org>
Fri, 4 Apr 2014 14:14:17 +0000
(07:14 -0700)
committer
ra
<ra@apache.org>
Fri, 4 Apr 2014 14:14:17 +0000
(07:14 -0700)
Client: test suite
Patch: Randy Abernethy
repairs node path in test.sh
test/test.sh
patch
|
blob
|
history
diff --git
a/test/test.sh
b/test/test.sh
index
60a3817
..
37bf043
100755
(executable)
--- 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 ##############
##