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:
parent
a97dce7523
commit
18a1923604
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user