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.