aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-02-21 10:04:29 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-02-21 10:04:29 -0800
commit88113f7b61c494f0873f50de14fc9f224bf7437f (patch)
tree0e91de1015ebe6a9cacf118b2af8bfadf13212d9 /tools/run_tests/helper_scripts
parent0c73a1ad8e60ffbb8f889651764e219dec184543 (diff)
Minor fixes to tests
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/pre_build_node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/pre_build_node.sh b/tools/run_tests/helper_scripts/pre_build_node.sh
index e63be9da52..083cb2bc77 100755
--- a/tools/run_tests/helper_scripts/pre_build_node.sh
+++ b/tools/run_tests/helper_scripts/pre_build_node.sh
@@ -32,7 +32,7 @@
NODE_VERSION=$1
source ~/.nvm/nvm.sh
-nvm use $NODE_VERSION
+nvm install $NODE_VERSION
set -ex
export GRPC_CONFIG=${CONFIG:-opt}