mirror of https://github.com/nodejs/node.git
build: fix test failures not failing Travis builds
The exit code of the make command used to execute tests was being lost after being piped through to grep. PR-URL: https://github.com/nodejs/node/pull/27176 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com>pull/27182/head
parent
25df3c10f4
commit
7b0d867389
|
@ -65,4 +65,5 @@ jobs:
|
|||
- make -j2 > /dev/null
|
||||
- make -j1 build-addons build-js-native-api-tests build-node-api-tests > /dev/null
|
||||
script:
|
||||
- set -o pipefail
|
||||
- JOBS=2 FLAKY_TESTS=dontcare make -s -j1 V= test-ci | grep -F -e "---" -e "..." -v
|
||||
|
|
Loading…
Reference in New Issue