[LTP] [PATCH 3/9] metadata: parse.sh: Pass -v to metaparse on VERBOSE=1
Cyril Hrubis
chrubis@suse.cz
Fri Feb 23 13:46:41 CET 2024
Hi!
> +[ "$VERBOSE" ] && v="-v"
The build system uses just V=1 for a verbose mode so we should probably
be consistent...
Other than that:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
> for test in $tests; do
> - a=$($top_builddir/metadata/metaparse -Iinclude -Itestcases/kernel/syscalls/utils/ "$test")
> + a=$($top_builddir/metadata/metaparse $v -Iinclude -Itestcases/kernel/syscalls/utils/ "$test")
> if [ -n "$a" ]; then
> if [ -z "$first" ]; then
> echo ','
> --
> 2.43.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list