aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
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'