06/03/2025 16:25, [email protected]:
> From: Pavan Nikhilesh <[email protected]>
> 
> 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 <[email protected]>
> ---
> -             -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