Re: [dpdk-dev] [PATCH v2] devtools: fix meson build test to exit on failure

2019-03-13 Thread Thomas Monjalon
12/03/2019 11:18, Bruce Richardson: > When piping the ninja command through cat, we lose the error value from > the call to ninja in the case of failure. This prevents the script from > exiting at the first broken build. Fix this by setting the "pipefail" > shell option. > > Fixes: 4bcb9b768604 ("

[dpdk-dev] [PATCH v2] devtools: fix meson build test to exit on failure

2019-03-12 Thread Bruce Richardson
When piping the ninja command through cat, we lose the error value from the call to ninja in the case of failure. This prevents the script from exiting at the first broken build. Fix this by setting the "pipefail" shell option. Fixes: 4bcb9b768604 ("devtools: add verbose option to meson build test