Skip to content

Instantly share code, notes, and snippets.

@AvianFlu
Created June 15, 2012 19:21
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 AvianFlu/2938300 to your computer and use it in GitHub Desktop.
Save AvianFlu/2938300 to your computer and use it in GitHub Desktop.
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/avianflu/dev/nodebox/node-v0.7.11/test/simple/test-http-full-response.js:95:10)
at EventEmitter.emit (events.js:114:20)
at EventEmitter.startup.processKillAndExit.process.exit (node.js:410:17)
at /Users/avianflu/dev/nodebox/node-v0.7.11/test/simple/test-http-full-response.js:56:15
at ChildProcess.exithandler (child_process.js:539:7)
at ChildProcess.EventEmitter.emit (events.js:90:17)
at maybeClose (child_process.js:633:16)
at Socket.ChildProcess.spawn.stdin (child_process.js:804:11)
at Socket.EventEmitter.emit (events.js:87:17)
at Socket._destroy.destroyed (net.js:355:10)
Command: out/Release/node /Users/avianflu/dev/nodebox/node-v0.7.11/test/simple/test-http-full-response.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment