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-init.js @ 6f043940

History | View | Annotate | Download (2.81 KB)

# Date Author Comment
7592615a 04/16/2013 11:05 AM Stanislav Ochotnicky

test: preserve process.env after test-init exec

When LD_LIBRARY_PATH is overriden for custom builds we need to preserve
it for child processes. To be sure we preserve whole environment of
parent process and just add TEST_INIT variable to it.

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

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

Fixed a lot of jslint errors.

Fixes #1831

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

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

Update copyright headers

52f93185 01/25/2011 12:33 AM Daniel Ennis

Adding support for require-like initialization of node,

so `node foo`
will load one of:
./foo.js
./foo.node
./foo/index.js
./foo/index.node

Test cases added.
Ensured no conflict with native names.