summaryrefslogtreecommitdiff
path: root/test/report/test-report-signal.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/report/test-report-signal.js')
-rw-r--r--test/report/test-report-signal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/report/test-report-signal.js b/test/report/test-report-signal.js
index 129933b546..68f5c25402 100644
--- a/test/report/test-report-signal.js
+++ b/test/report/test-report-signal.js
@@ -64,6 +64,7 @@ if (process.argv[2] === 'child') {
});
child.on('exit', common.mustCall((code, signal) => {
console.log('child exited');
+ console.log(stderr);
const report_msg = 'No reports found';
const process_msg = 'Process exited unexpectedly';
const signal_msg = 'Process exited with unexpected signal';