On Sat, 2023-03-25 at 17:20 +0500, Anna (cybertailor) Vyalkova wrote:
> 
> > +# @FUNCTION: ruby-ng_sus
> > +# @DESCRIPTION:
> > +# This is simply a wrapper around the sus-parallel command
> > (executed by $RUBY})
> > +# which also respects TEST_VERBOSE and NOCOLOR environment
> > variables.
> > +ruby-ng_sus() {
> > +       debug-print-function ${FUNCNAME} "${@}"
> > +
> > +       if [[ "${DEPEND}${BDEPEND}" != *"dev-ruby/sus"* ]]; then
> > +               ewarn "Missing test dependency dev-ruby/sus"
> > +       fi
> > +
> > +       local sus_params=
> 
> How about making it a bash array?

At this point I'd like to keep it consistent with the other test
runners, but converting this to a bash array could be done later for
all test runners.

Hans

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to