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…
x
Reference in New Issue
Block a user