commit | cf743d7ac7f198b841f820d9b241569b29c74677 | [log] [tgz] |
---|---|---|
author | Randy Abernethy <ra@apache.org> | Mon Feb 02 05:56:14 2015 -0800 |
committer | Randy Abernethy <ra@apache.org> | Mon Feb 02 05:56:14 2015 -0800 |
tree | bb18ce54893ee7baa0fc6da6d5692e929a5f16f4 | |
parent | 1097c40ed0f36f44081d454dab7914673fb6ea07 [diff] [blame] |
THRIFT-2959: reenable binary.test.js in testAll.sh Client: Nodejs Patch: Andrew de Andrade
diff --git a/lib/nodejs/test/testAll.sh b/lib/nodejs/test/testAll.sh index 4008eec..b96c9ee 100755 --- a/lib/nodejs/test/testAll.sh +++ b/lib/nodejs/test/testAll.sh
@@ -80,7 +80,7 @@ #unit tests -node ${DIR}/binary.test.js || TESTOK=1 +${DIR}/../node_modules/nodeunit/bin/nodeunit ${DIR}/binary.test.js || TESTOK=1 #integration tests