Skip to content

test: remove extra process.exit()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/test into master

I missed this during the review of https://github.com/nodejs/node/pull/29816.

process.exit() has a tendency to hide test failures because it forces the process to exit. This test doesn't need the process.exit(), so this commit removes it.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading