diff options
author | 2017-02-21 10:04:29 -0800 | |
---|---|---|
committer | 2017-02-21 10:04:29 -0800 | |
commit | 88113f7b61c494f0873f50de14fc9f224bf7437f (patch) | |
tree | 0e91de1015ebe6a9cacf118b2af8bfadf13212d9 /tools/run_tests/helper_scripts | |
parent | 0c73a1ad8e60ffbb8f889651764e219dec184543 (diff) |
Minor fixes to tests
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-x | tools/run_tests/helper_scripts/pre_build_node.sh | 2 |
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} |