summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-08-31 16:12:27 +0200
committerRyan <ry@tinyclouds.org>2009-08-31 16:12:27 +0200
commit18a192360440828aa5ae097dd9f176c5536a621d (patch)
tree291cbfcdb7ec7055811de11165dc99619069b1c9 /tools/test.py
parenta97dce7523c73b180d0b7c1eae9ef836f5df606e (diff)
downloadnode-new-18a192360440828aa5ae097dd9f176c5536a621d.tar.gz
Update test script to use new debug build's name: node_g
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 7c17e9d694..74bde14abf 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -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'):