06/03/2025 16:25, pbhagavat...@marvell.com:
> From: Pavan Nikhilesh <pbhagavat...@marvell.com>
> 
> SKIP_FILES should include the path of the file.
> Update the regex to match the path.
> 
> Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver")
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
> ---
> -             -v SKIP_FILES='roc_platform*' \
> +             -v SKIP_FILES='.*roc_platform*' \

I don't think it is what you want.
The last part should be .*


Reply via email to