Minor fixes to tests

pull/9766/head
murgatroid99 8 years ago
parent 0c73a1ad8e
commit 88113f7b61
  1. 2
      tools/run_tests/helper_scripts/pre_build_node.sh
  2. 2
      tools/run_tests/run_tests.py

@ -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}

@ -422,7 +422,7 @@ class NodeLanguage(object):
def build_steps(self):
if self.platform == 'windows':
if config == 'dbg':
if self.config == 'dbg':
config_flag = '--debug'
else:
config_flag = '--release'

Loading…
Cancel
Save