0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Update test script to use new debug build's name: node_g

This commit is contained in:
Ryan 2009-08-31 16:12:27 +02:00
parent a97dce7523
commit 18a1923604

View File

@ -616,7 +616,7 @@ class Context(object):
def GetVm(self, mode):
if mode == 'debug':
name = 'build/debug/node'
name = 'build/debug/node_g'
else:
name = 'build/default/node'
if utils.IsWindows() and not name.endswith('.exe'):