diff options
author | Ryan <ry@tinyclouds.org> | 2009-08-31 16:12:27 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-08-31 16:12:27 +0200 |
commit | 18a192360440828aa5ae097dd9f176c5536a621d (patch) | |
tree | 291cbfcdb7ec7055811de11165dc99619069b1c9 /tools/test.py | |
parent | a97dce7523c73b180d0b7c1eae9ef836f5df606e (diff) | |
download | node-new-18a192360440828aa5ae097dd9f176c5536a621d.tar.gz |
Update test script to use new debug build's name: node_g
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 2 |
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'): |