aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-05 08:26:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-05 08:45:19 +0900
commitc7632fa80cd693be27b9bf85f1402b9c8812f325 (patch)
tree124f9cad295d0a07c4fbd91d2d5879cff62e0b67 /common.mk
parentebbe396d3c89345a1c36c0b5154e314cc33e19b7 (diff)
downloadruby-c7632fa80cd693be27b9bf85f1402b9c8812f325.tar.gz
Do not occupy `ARGV` by XRUBY command
Instead run test-bundled-gems.rb by `ENV['RUBY']`, which should be set by runruby.rb.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 4b3a2f9967..850e3d9760 100644
--- a/common.mk
+++ b/common.mk
@@ -1295,7 +1295,7 @@ no-test-bundled-gems:
# TEST_BUNDLED_GEMS_ALLOW_FAILURES =
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
- $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb $(XRUBY)
+ $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb
test-bundler-precheck: $(arch)-fake.rb programs