Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-12-17 16:34:21 +0300
committerFedor Indutny <fedor@indutny.com>2014-12-17 16:45:37 +0300
commitb7d247856e318a830eff7e2d12495008c1c80ae3 (patch)
tree78a7bf71876adbd7abc67504e9dc550229867826 /.gitignore
parent0e19476595729c850f07befea93e864822cd8459 (diff)
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6581dee9d1f..50e672fed9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ tags
*.pyc
doc/api.xml
tmp/
+test/tmp*/
node
node_g
*.swp