Hi Jacopo, Thanks for finding this bug.
On 2018-08-24 12:24:20 +0200, Jacopo Mondi wrote: > The $vdev variable was not defined in propagate_parallel() function. > > Signed-off-by: Jacopo Mondi <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Applied to my tree. > --- > scripts/vin-tests.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/vin-tests.sh b/scripts/vin-tests.sh > index ebb1477..0c5b29a 100644 > --- a/scripts/vin-tests.sh > +++ b/scripts/vin-tests.sh > @@ -83,6 +83,7 @@ mc_propagate_cvbs() { > } > > mc_propagate_parallel() { > + vin="$1" > mdev=$(mc_get_mdev) > > cam="'$parallelname':1" > -- > 2.7.4 > -- Regards, Niklas Söderlund
