Tests should point at the build directory until GYP is default
This commit is contained in:
parent
df22ccb0de
commit
f145e35a93
@ -663,9 +663,9 @@ class Context(object):
|
|||||||
|
|
||||||
def GetVm(self, mode):
|
def GetVm(self, mode):
|
||||||
if mode == 'debug':
|
if mode == 'debug':
|
||||||
name = 'out/Debug/node'
|
name = 'build/debug/node'
|
||||||
else:
|
else:
|
||||||
name = 'out/Release/node'
|
name = 'build/default/node'
|
||||||
|
|
||||||
if utils.IsWindows() and not name.endswith('.exe'):
|
if utils.IsWindows() and not name.endswith('.exe'):
|
||||||
name = os.path.abspath(name + '.exe')
|
name = os.path.abspath(name + '.exe')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user