The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-child-process-cwd.js @ b0c0111b

History | View | Annotate | Download (2.56 KB)

# Date Author Comment
c7b8073a 03/15/2012 08:07 PM Charlie McConnell

child_process: Separate 'close' event from 'exit'

Currently, a child process does not emit the 'exit' event until 'close' events
have been received on all three of the child's stdio streams. This change makes
the child object emit 'exit' when the child exits, and a new 'close' event when...

018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

4983bd34 08/10/2011 02:23 PM Ryan Dahl

x-platform func for spawning pwd in tests

Fixes test-child-process-buffering

70bf121f 08/01/2011 09:27 PM Bert Belder

Partial fix for test-child-process.cwd on windows

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

e15e2147 11/30/2010 02:53 PM Ryan Dahl

Fix test-child-process-cwd.js on Joyent servers

It's symlinked to /usr/bin so this test fails.

94914135 08/06/2010 04:37 PM Bert Belder

New api for child_process.spawn; ability to set cwd for spawn()ed process

Tests for child_process.spawn() use new API

Test for deprecated child_process.spawn() API