Skip to content

build: fix test failures not failing Travis builds

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/travisfail into master

The exit code of the make command used to execute tests was being lost after being piped through to grep.

Refs: https://github.com/nodejs/node/pull/25947#issuecomment-481633400

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading