Skip to content

Instantly share code, notes, and snippets.

@AndreasMadsen
Created March 31, 2012 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreasMadsen/2261303 to your computer and use it in GitHub Desktop.
Save AndreasMadsen/2261303 to your computer and use it in GitHub Desktop.
test fork-socket
Andreass-MacBook-Pro:node Andreas$ make test
make -C out BUILDTYPE=Release
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
python tools/test.py --mode=release simple message
=== release test-http-full-response ===
Path: simple/test-http-full-response
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 3 == 0
at EventEmitter.<anonymous> (/Users/Andreas/GitHub/node/test/simple/test-http-full-response.js:95:10)
at EventEmitter.emit (events.js:88:20)
at EventEmitter.exit (node.js:401:17)
at /Users/Andreas/GitHub/node/test/simple/test-http-full-response.js:56:15
at ChildProcess.exithandler (child_process.js:541:7)
at ChildProcess.emit (events.js:70:17)
at maybeClose (child_process.js:615:16)
at Process.onexit (child_process.js:653:5)
Command: out/Release/node /Users/Andreas/GitHub/node/test/simple/test-http-full-response.js
[03:19|% 100|+ 384|- 1]: DoneKilled: 9
Andreass-MacBook-Pro:node Andreas$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment