test: don't spawn child processes in domain test
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 26 Feb 2015 20:54:09 +0000 (21:54 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 5 Mar 2015 19:08:56 +0000 (20:08 +0100)
commit7b554b1a8ff8d98162fa26e7821b65be3fe7db3d
treeab93e19170365fb09125572e70d9442b929a6c20
parentb150c9839e2e522dbdaef9f6f6e2863842ca63d9
test: don't spawn child processes in domain test

Make parallel/test-domain-abort-on-uncaught a little easier to debug,
make it execute the tests in the same process instead of each test in
a separate child process.

PR-URL: https://github.com/iojs/io.js/pull/974
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
test/parallel/test-domain-abort-on-uncaught.js