summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2019-01-22 16:26:28 -0500
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-01-29 08:18:06 +0100
commitc06653efdbee30cc3db5814af78ce2d824da2413 (patch)
tree1456a401acbf0b078cb1bb07beb312596792fefe /tools
parent78982389ce9265f5f65cd9e8a192e05389506927 (diff)
downloadandroid-node-v8-c06653efdbee30cc3db5814af78ce2d824da2413.tar.gz
android-node-v8-c06653efdbee30cc3db5814af78ce2d824da2413.tar.bz2
android-node-v8-c06653efdbee30cc3db5814af78ce2d824da2413.zip
test: enable marking of failing coverage tests
Enable marking of coverage tests so that we can allow some tests to fail without blocking the generation of coverage data. This will later allow us to fail the coverage job if other kinds of errors occur and to capture which tests we believe are not running properly with coverage enabled. PR-URL: https://github.com/nodejs/node/pull/25671 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 56b1c8d650..4ac8d0e631 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1391,7 +1391,7 @@ def BuildOptions():
help='Send SIGABRT instead of SIGTERM to kill processes that time out',
default=False, action="store_true", dest="abort_on_timeout")
result.add_option("--type",
- help="Type of build (simple, fips)",
+ help="Type of build (simple, fips, coverage)",
default=None)
return result