aboutsummaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-01 16:03:32 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-11-01 16:51:20 -0700
commit97c97450632f2cfd2e8a246337ee4a780f5b35ff (patch)
tree71022061d576928cc4d39b71463c4f4f482dca4b /tools/test.py
parent41c1563584bfb018a444e92f01f8cff87ccda30b (diff)
downloadandroid-node-v8-97c97450632f2cfd2e8a246337ee4a780f5b35ff.tar.gz
android-node-v8-97c97450632f2cfd2e8a246337ee4a780f5b35ff.tar.bz2
android-node-v8-97c97450632f2cfd2e8a246337ee4a780f5b35ff.zip
Back to WAF
Too much instability right now. Hopefully we can revisit autoconf soon.
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 4b3fdb63a6..ba201334fc 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/node_g'
+ name = 'build/debug/node_g'
else:
- name = 'build/node'
+ name = 'build/default/node'
if utils.IsWindows() and not name.endswith('.exe'):
name = name + '.exe'