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

ruby-changes:56522

From: Yusuke <ko1@a...>
Date: Mon, 15 Jul 2019 08:19:38 +0900 (JST)
Subject: [ruby-changes:56522] Yusuke Endoh: 13cb9e6bd2 (master): common.mk: remove "make exam" from help

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

From 13cb9e6bd2c88d04fc9b21b8f8c1d192c67cd5a2 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Mon, 15 Jul 2019 08:18:30 +0900
Subject: common.mk: remove "make exam" from help

Currently it is completely the same as "make check".
I think it is not worth mentioning now.

diff --git a/common.mk b/common.mk
index 3ada59b..8c00cfa 100644
--- a/common.mk
+++ b/common.mk
@@ -1492,7 +1492,6 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1492
 	"  gdb:                 runs test.rb by miniruby under gdb" \
 	"  gdb-ruby:            runs test.rb by ruby under gdb" \
 	"  check:               equals make test test-all test-spec" \
-	"  exam:                equals make check" \
 	"  test:                ruby core tests" \
 	"  test-all:            all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
 	"  test-spec:           run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
-- 
cgit v0.10.2


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

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