aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-12-17 20:30:04 +0700
committerFedor Indutny <fedor@indutny.com>2014-12-17 20:45:02 +0700
commit0e19476595729c850f07befea93e864822cd8459 (patch)
treea868c3dd1becd87b7b5ea9fd2b645dd61e68ae8c /tools
parent165b70f146e163b82a09bb869463708516c08cf6 (diff)
downloadandroid-node-v8-0e19476595729c850f07befea93e864822cd8459.tar.gz
android-node-v8-0e19476595729c850f07befea93e864822cd8459.tar.bz2
android-node-v8-0e19476595729c850f07befea93e864822cd8459.zip
test: split test in parallel/sequential
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 'tools')
-rwxr-xr-xtools/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 94792e2aff..cb60fbda1e 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1317,7 +1317,8 @@ def GetSpecialCommandProcessor(value):
BUILT_IN_TESTS = [
- 'simple',
+ 'sequential',
+ 'parallel',
'pummel',
'message',
'internet',