From 2d8d6345ffba384c2825225c0b9c972629ff0d5b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 22 Aug 2019 08:03:54 +1000 Subject: `--fomart progress` is default. It's duplicated. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 039e20e1f0..55d976d039 100644 --- a/common.mk +++ b/common.mk @@ -1295,7 +1295,7 @@ yes-test-bundler-prepare: test-bundler-precheck $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ --install-dir .bundle --conservative "rspec:~> 3.5" "rake:~> 12.0" "parallel_tests:~> 2.29" -RSPECOPTS = --format progress +RSPECOPTS = BUNDLER_SPECS = test-bundler: $(TEST_RUNNABLE)-test-bundler yes-test-bundler: yes-test-bundler-prepare -- cgit v1.2.3