Ryan Dahl
|
9fd5e3c89c
|
Update tests to work with module contexts
|
2010-07-15 14:21:31 -07:00 |
Ryan Dahl
|
ba792ea202
|
:%s/sys.puts/console.log/g
and there was much rejoicing
|
2010-06-23 20:05:29 -07:00 |
Felix Geisendörfer
|
f8a3cf980f
|
Properly handle child process exit codes
The child process 'exit' was returning the status of the process, rather than
the exit code. This patch properly deconstructs the status into the exit code
and the term signal a process may have received.
See:
http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Watcher_Specific_Functions_and_Data_-5
and waitpid(2)
|
2010-04-28 13:54:17 -07:00 |
Ryan Dahl
|
9cf2a02d8b
|
Add timeout and maxBuffer options to child_process.exec
|
2010-04-14 11:59:24 -07:00 |
Ryan Dahl
|
04c06b9149
|
child process now use net.Socket
|
2010-03-17 14:00:17 -07:00 |
isaacs
|
5861db8a69
|
Remove process.mixin dependency from all tests.
|
2010-03-08 17:57:04 -08:00 |
arlolra
|
04fac19822
|
Split tests.
|
2010-02-25 11:41:11 -08:00 |