diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-05 15:26:35 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-05 15:26:35 -0700 |
commit | f50abfcbc246d9f338b800f2b1c2365520f34e3f (patch) | |
tree | 871da25da3435a54ce3a92345d1df14d511907e0 /tools/run_tests | |
parent | 409263c59f40d6b4754528cd91ffefd20d7987b2 (diff) | |
parent | 6f61e9542da0cb5a878814ddcae1b2b58b34c8ac (diff) |
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_node.sh b/tools/run_tests/build_node.sh index c85ecf1b25..95ffb94c6e 100755 --- a/tools/run_tests/build_node.sh +++ b/tools/run_tests/build_node.sh @@ -41,4 +41,4 @@ export LDFLAGS=-L`pwd`/libs/$CONFIG cd src/node -npm install +npm install --unsafe-perm |