summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-08 16:22:41 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-08 16:22:41 -0700
commitdf22ccb0de058bbd3d72c14ba4d89d917ad298e0 (patch)
treefab7f0a1b186b9beabcf25f6e9080c44c65d9979 /tools/test.py
parent587f6c31175841e4171d81603a71460a2c082faf (diff)
parent71435ede815ee2c73b09f7071ee1b6d10945d409 (diff)
downloadnode-new-df22ccb0de058bbd3d72c14ba4d89d917ad298e0.tar.gz
Merge branch 'gyp'
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index e05d020d71..7c8156db0e 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -663,9 +663,9 @@ class Context(object):
def GetVm(self, mode):
if mode == 'debug':
- name = 'build/debug/node_g'
+ name = 'out/Debug/node'
else:
- name = 'build/default/node'
+ name = 'out/Release/node'
if utils.IsWindows() and not name.endswith('.exe'):
name = os.path.abspath(name + '.exe')