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

ruby-changes:70795

From: Samuel <ko1@a...>
Date: Sun, 9 Jan 2022 08:06:38 +0900 (JST)
Subject: [ruby-changes:70795] 8648457541 (master): Don't combine test-all and rubyspec.

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

From 8648457541ec016b1d9d305d9d3ea29fb93ca336 Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Sun, 9 Jan 2022 12:06:20 +1300
Subject: Don't combine test-all and rubyspec.

---
 doc/hacking.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/hacking.md b/doc/hacking.md
index 5bbb04b176b..d4d01070703 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -81,5 +81,5 @@ make test-all TESTS=../test/fiber/test_io.rb https://github.com/ruby/ruby/blob/trunk/doc/hacking.md#L81
 RubySpec is a project to write a complete, executable specification for the Ruby programming language.
 
 ``` shell
-make test-all test-rubyspec
+make test-rubyspec
 ```
-- 
cgit v1.2.1


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

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