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):
|
||||
if mode == 'debug':
|
||||
name = 'out/Debug/node'
|
||||
name = 'build/debug/node'
|
||||
else:
|
||||
name = 'out/Release/node'
|
||||
name = 'build/default/node'
|
||||
|
||||
if utils.IsWindows() and not name.endswith('.exe'):
|
||||
name = os.path.abspath(name + '.exe')
|
||||
|
Loading…
x
Reference in New Issue
Block a user