summaryrefslogtreecommitdiff
path: root/test/common/index.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-02-28 21:03:31 -0500
committercjihrig <cjihrig@gmail.com>2019-03-02 21:17:33 -0500
commitf9cd5e30945d1fc81f788562c8a6ebf261f4f896 (patch)
tree35818a0942d7186daeb0f591c90a972b8c740e35 /test/common/index.js
parentfe292fac55c2b41432db2c326fe40ae154a1ab21 (diff)
downloadandroid-node-v8-f9cd5e30945d1fc81f788562c8a6ebf261f4f896.tar.gz
android-node-v8-f9cd5e30945d1fc81f788562c8a6ebf261f4f896.tar.bz2
android-node-v8-f9cd5e30945d1fc81f788562c8a6ebf261f4f896.zip
doc,lib,test: rename node-report to report
This commit completes the renaming of node-report to report in order to better differentiate core's reporting from the node-report npm module. PR-URL: https://github.com/nodejs/node/pull/26371 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/common/index.js')
-rw-r--r--test/common/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/index.js b/test/common/index.js
index 60bd352025..077bb9218d 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -624,7 +624,7 @@ function skipIfInspectorDisabled() {
function skipIfReportDisabled() {
if (!process.config.variables.node_report) {
- skip('Node Report is disabled');
+ skip('Diagnostic reporting is disabled');
}
}