aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-06-04 15:49:03 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-06-04 15:51:01 -0700
commit16d36362d4a6fd474b26520a53757e9f8785176b (patch)
tree35e443e9ccd811a42683a7cae34677113dd9db25 /tools/run_tests
parentc9ba336c867b7dd31225baa1e1d4ab43bea750ba (diff)
Set up Node, Python, and Ruby environment in Jenkins slave. Made other minor changes to make those work
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/build_node.sh2
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