[dpdk-dev] [dpdk-stable] [PATCH] test-meson-build: fix check for whether meson has run
Thomas Monjalon
thomas at monjalon.net
Mon Jan 14 12:19:08 CET 2019
10/01/2019 14:10, Luca Boccassi:
> On Thu, 2019-01-10 at 10:37 +0000, Bruce Richardson wrote:
> > The current check to see whether we need to call meson or just ninja
> > simply checked if the build directory existed. However, if meson was
> > run
> > but failed, the build directory would still exist. We can fix this by
> > instead checking for the build.ninja file inside the directory. Once
> > that
> > is present, we can use ninja safely and let it worry about rerunning
> > meson if necessary.
> >
> > Fixes: a55277a788df ("devtools: add test script for meson builds")
> > CC: stable at dpdk.org
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
>
> Acked-by: Luca Boccassi <bluca at debian.org>
Applied, thanks
More information about the dev
mailing list