aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
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/run_tests.py
parent0c73a1ad8e60ffbb8f889651764e219dec184543 (diff)
Minor fixes to tests
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index d0ab5b2e7c..0558360a98 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -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'