diff options
author | Fedor Indutny <fedor@indutny.com> | 2014-12-17 20:34:21 +0700 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-12-17 20:45:37 +0700 |
commit | b7d247856e318a830eff7e2d12495008c1c80ae3 (patch) | |
tree | 78a7bf71876adbd7abc67504e9dc550229867826 /.gitignore | |
parent | 0e19476595729c850f07befea93e864822cd8459 (diff) | |
download | node-new-b7d247856e318a830eff7e2d12495008c1c80ae3.tar.gz |
test: run tests in parallel, common improvements
* Allow running tests in mixed parallel/sequential modes
* Add -J flag for running tests on all available CPUs
* Support TEST_THREAD_ID in test/common.js and use it for tmpDir and PORT
* make: use -J flag
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/172
Fix: iojs/io.js#139
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6581dee9d1..50e672fed9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ tags *.pyc doc/api.xml tmp/ +test/tmp*/ node node_g *.swp |