From 6ce6a7e06b64e87158b95fdc86a49bf3dc4a720f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 24 Nov 2021 07:32:06 +0100 Subject: eclass/ruby-ng.eclass: turn off loud publication banner in cucumber Use the environment variable rather than the command-line option for easy backward compatibility with cucumber < 7. Signed-off-by: Hans de Graaff --- eclass/ruby-ng.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/ruby-ng.eclass') diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 6b3c0c25eaa2..90da695a04c2 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -734,7 +734,7 @@ ruby-ng_cucumber() { ;; esac - ${RUBY} -S cucumber ${cucumber_params} "$@" || die "cucumber failed" + CUCUMBER_PUBLISH_QUIET=true ${RUBY} -S cucumber ${cucumber_params} "$@" || die "cucumber failed" } # @FUNCTION: ruby-ng_testrb-2 -- cgit v1.2.3