11/01/2023 15:11, David Marchand: > On Wed, Jan 11, 2023 at 2:16 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > +find $refdir -name "*.dump" | > > +xargs -n1 -P0 sh -c 'eval "$diff_func"; run_diff $0 '$newdir || > > +error=1 > > Do we need to pass $newdir ? > Like, for example, ABIDIFF_OPTIONS seems inherited, right?
Actually ABIDIFF_OPTIONS was empty when calling the function. I'll pass it as well.