From 80598f40bf23d310530427808885826e4436330d Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 1 Sep 2015 20:54:27 -0400 Subject: mruby-test should be opt-in --- mrbgems/full-core.gembox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/full-core.gembox') diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index d1ff5f414..9a5b7081b 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -4,6 +4,6 @@ MRuby::GemBox.new do |conf| Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x| g = File.basename File.dirname x - conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger)$/ + conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/ end end -- cgit v1.2.3