aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_node.sh
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2016-02-08 13:08:24 -0800
committerGravatar Alistair Veitch <aveitch@google.com>2016-02-08 13:08:24 -0800
commite28e426af542030ea81bbaaedc1417ce9027b95f (patch)
treec68b8c61b86741aed53aae63a2bccbf9018969f7 /tools/run_tests/run_node.sh
parent2e7d06703d3f50fb4f28d352b1a2ae83a18777bf (diff)
parent81b780b84b77a093ac2273865cd1af8a0f6f69bf (diff)
Merge branch 'master' into base_log
Diffstat (limited to 'tools/run_tests/run_node.sh')
-rwxr-xr-xtools/run_tests/run_node.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh
index f93c9c30cb..40f61d77cc 100755
--- a/tools/run_tests/run_node.sh
+++ b/tools/run_tests/run_node.sh
@@ -28,8 +28,12 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+NODE_VERSION=$1
+source ~/.nvm/nvm.sh
set -ex
+nvm use $NODE_VERSION
+
CONFIG=${CONFIG:-opt}
# change to grpc repo root