aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-01-18 07:14:02 -0800
committerGitHub <noreply@github.com>2021-01-18 07:14:02 -0800
commit5cf6229ee9826a4c954e994013bc0d47a3ecb529 (patch)
treef2189fc01cc1e7b0ce296a96e2e30c73b8e700ba
parentac1a4bccbda4358436a7a907a7f09d047f562740 (diff)
downloadruby-5cf6229ee9826a4c954e994013bc0d47a3ecb529.tar.gz
Skip updating exts in also test-spec to reduce the turnaround time (#4089)
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> 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.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index f7c45b9504..81d6877dd7 100644
--- a/common.mk
+++ b/common.mk
@@ -835,7 +835,7 @@ $(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h
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