devtools: fix debug build test
authorThomas Monjalon <thomas@monjalon.net>
Mon, 16 Dec 2019 14:45:32 +0000 (15:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 16 Dec 2019 15:27:50 +0000 (16:27 +0100)
commit924e55fb340623f03fdf2ff7fbcfd78819d1db25
tree195f10c63f7c9a95befc1fb5e05dea81a6fe8864
parentc3e89f69facbbfe131b6a6723665d48801ac943d
devtools: fix debug build test

When testing build with +debug options, the statistics are enabled.
It was wrongly matching CONFIG_RTE_IBVERBS_LINK_STATIC.
The pattern is fixed to match only statistics config options.

Fixes: 2c0dd7b69fb0 ("config: add static linkage of mlx dependency")
Cc: stable@dpdk.org
Reported-by: Ali Alnubani <alialnu@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-build.sh