On Wed, Jun 21, 2023 at 10:48:35AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > + > # Save the PID of coprocess - otherwise we won't be able to wait for it > # once it exits as the COPROC_PID will be cleared. > DUT_PID="" > > -# mappings from local name to system chip name, path, dev name Minor nit - I would keep the line above - only removing the -g comment. > -# -g required for the associative arrays, cos BATS... > -declare -g -A GPIOSIM_CHIP_NAME > -declare -g -A GPIOSIM_CHIP_PATH Either way, for the series, Reviewed-by: Kent Gibson <warthog618@xxxxxxxxx> Cheers, Kent.