mirror of https://github.com/nodejs/node.git
`make test` somewhat works
parent
3c3d1d31c5
commit
4eea3e45bd
|
@ -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+)
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue