[dpdk-dev] [PATCH] ci: add minimal check on testpmd

Thomas Monjalon thomas at monjalon.net
Fri Nov 22 17:29:13 CET 2019


22/11/2019 16:54, David Marchand:
> --- a/.ci/linux-build.sh
> +++ b/.ci/linux-build.sh
> +if [ "$AARCH64" != "1" ]; then
> +    ./devtools/test-null.sh

You are missing the build directory as first parameter,
otherwise it won't find testpmd.

One nit: ./ is probably useless.




More information about the dev mailing list