YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Fixed execvp in node 0.6 #14

Closed mridgway closed 12 years ago

mridgway commented 12 years ago

Forks the node process instead of spawning a new child. This also fixes a todo in the nodejs driver. I don't have the test suite up and running so we'll see how the Travis build goes.

mridgway commented 12 years ago

Fixed up the tests.

mridgway commented 12 years ago

This is a high priority for us, as tests that run on the nodejs driver do not work on node 0.6.