`make test` somewhat works

pull/22966/head
Bert Belder 2010-11-26 04:16:40 +01:00
parent 3c3d1d31c5
commit 4eea3e45bd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
that relays everything to an internal socket?
Also verify writeError and isStdoutBlocking correctness.
- Make `make test` work, think about `make install`
- Think about `make install`
- Find a solution for fs.symlink / fs.lstat / fs.chown
Windows has different symlink types: file symlinks (vista+), directory symlinks (vista+), junction points (xp+)

View File

@ -669,7 +669,7 @@ class Context(object):
name = 'build/default/node'
if utils.IsWindows() and not name.endswith('.exe'):
name = name + '.exe'
name = os.path.abspath(name + '.exe')
return name
def GetVmCommand(self, testcase, mode):