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

ruby-changes:64941

From: Takashi <ko1@a...>
Date: Tue, 19 Jan 2021 00:14:22 +0900 (JST)
Subject: [ruby-changes:64941] 5cf6229ee9 (master): Skip updating exts in also test-spec to reduce the turnaround time (#4089)

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

From 5cf6229ee9826a4c954e994013bc0d47a3ecb529 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 18 Jan 2021 07:14:02 -0800
Subject: Skip updating exts in also test-spec to reduce the turnaround time
 (#4089)

Co-authored-by: Nobuyoshi Nakada <nobu@r...>

Partially reversing a4f3e1762aa195969ace000ac0dc8d300dda85cb like 21df4dce5308bb0e04e09dc654cdc92af000caf6.
We usually run them through make check which has the dependency, and test-all and test-spec without the dependency are useful for running only individual tests.

diff --git a/common.mk b/common.mk
index f7c45b9..81d6877 100644
--- a/common.mk
+++ b/common.mk
@@ -835,7 +835,7 @@ $(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h https://github.com/ruby/ruby/blob/trunk/common.mk#L835
 test-rubyspec: test-spec
 yes-test-rubyspec: yes-test-spec
 
-test-spec-precheck: main
+test-spec-precheck: programs
 
 test-spec: $(TEST_RUNNABLE)-test-spec
 yes-test-spec: test-spec-precheck
-- 
cgit v0.10.2


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

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