[前][次][番号順一覧][スレッド一覧]

ruby-changes:57211

From: Hiroshi <ko1@a...>
Date: Thu, 22 Aug 2019 07:05:20 +0900 (JST)
Subject: [ruby-changes:57211] Hiroshi SHIBATA: 2d8d6345ff (master): `--fomart progress` is default. It's duplicated.

https://git.ruby-lang.org/ruby.git/commit/?id=2d8d6345ff

From 2d8d6345ffba384c2825225c0b9c972629ff0d5b Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 22 Aug 2019 08:03:54 +1000
Subject: `--fomart progress` is default. It's duplicated.


diff --git a/common.mk b/common.mk
index 039e20e..55d976d 100644
--- a/common.mk
+++ b/common.mk
@@ -1295,7 +1295,7 @@ yes-test-bundler-prepare: test-bundler-precheck https://github.com/ruby/ruby/blob/trunk/common.mk#L1295
 	$(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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]