Re: [dpdk-dev] [PATCH] ci: exit setup on any error

2019-09-13 Thread Thomas Monjalon
08/08/2019 16:30, Aaron Conole: > David Marchand writes: > > > -e is preferrable so that we can catch errors in the middle of this > > script. > > An example is this Travis job [1] that should have errored at the meson > > install step rather than go to the build step. > > > > Adding debug mode a

Re: [dpdk-dev] [PATCH] ci: exit setup on any error

2019-08-08 Thread Aaron Conole
David Marchand writes: > -e is preferrable so that we can catch errors in the middle of this > script. > An example is this Travis job [1] that should have errored at the meson > install step rather than go to the build step. > > Adding debug mode as it can help post-mortem. > > 1: https://travis

Re: [dpdk-dev] [PATCH] ci: exit setup on any error

2019-08-08 Thread Michael Santana Francisco
On Thu, Aug 8, 2019 at 8:22 AM David Marchand wrote: > > -e is preferrable so that we can catch errors in the middle of this > script. > An example is this Travis job [1] that should have errored at the meson > install step rather than go to the build step. > > Adding debug mode as it can help pos

[dpdk-dev] [PATCH] ci: exit setup on any error

2019-08-08 Thread David Marchand
-e is preferrable so that we can catch errors in the middle of this script. An example is this Travis job [1] that should have errored at the meson install step rather than go to the build step. Adding debug mode as it can help post-mortem. 1: https://travis-ci.com/DPDK/dpdk/jobs/223511683 Signe